Skip to content
Success

Changes

Summary

  1. add hollowTube test case; add udcPrefix test case; have DUMP putcolors=1 apply to Edges when writing STP/IGS file; have IMPORT getcolors=1 apply to Edges when reading STP/IGS file
  2. fix bug in ocsmFindPmtr that did not consider the scope when looking for existing names; add putColors=0 option to DUMP so that _color attributes are written into STP/IGS file (as Color); add color4* test cases; add getColors=0 option to IMPORT so that Color attributes in STP/IGS files are converted to _color; add getcolors=0 option to udpImport so that Color attributes in STP/IGS files are converted to _color; update ESP to acknowledge that Nodes are not initially visible
  3. do not mark a Node as potentially spurious if it has a _Keep attribute; mark Nodes on axis of revolution of a REVOLVE command with a _Keep attribute; mark Nodes in JOIN or UNION that are in common with both parents with a _Keep attribute; mark new Nodes due to a scribe (via SUBTRACT a NodeBody or SheetBody) with a _Keep attribute; mark Nodes at beginning and end of RULE and BLEND with a _Keep attribute; add REMOVE_SPURIOUS compile-time option to remove spurious Nodes; add spurious* test cases; fix bug that made sensitivities of scribes susceptable to roundoff errors; fix documentation associated with SUBTRACT command
  4. if Body has _newSeqnum attribute, use a new sequence numbering scheme for _edgeID and _faceID that is not based upon cg positions or areas
  5. change signature of unpublished convertToBSplines routine; add mindeg argument to udfNuscale so that B-spline order can be increased; modify udfWarp so that it can be applied to a SheetBody; add warp4* and warp5* test cases; add seqnum* test cases
  6. fix malloc error while cleaning up UDP storage at end of serveESP; allow inline comments in udfEditAttr and udpWaffle; modify editAttrFile and waffleC1 test cases; if UDPRIM statment contains primtype=dollar-dollar-dollar/name, the .udc is found in the ESP_UDC_PATH directory; add udprim6 test case; convert udpWarp to udfWarp so that it takes a Body from the Stack if egadsfile is not specified; add warp2* and warp3 test cases; modify udfWarp to allow motion in normal-, X-, or Y-, or Z-direction; add warp1* test cases
  7. fix bug when recycling and last recycled Branch is a UDPARG; fix bug that did not transfer user-attributes from SheetBody on top of stack to result of a JOIN operation; add joinSheets7 test case; add _vspID and _vspSurf attributes to Bodys in udpVsp3; improve error detection for pmtrName in SET; add set2 test case; add EVALUATE EDGETESS and EVALUATE FACETESS to return the number of points and triangles in the tessellation of an Edge or Face; add tessSize test case; pressing Building button allows the user to reset the interface; improve error detection for pmtrName in PATBEG; add patbeg1 test case; improve error detection for pmtrName in GETATTR; add getattr3 test case
  8. fix typos in ESP-help; allow straight camber line to be generated in udpNaca (if thickness=0, camber=0, and series=0); modify nacas3 test case; add missing semi-colon in training/data/session03/fuselage.csm; add importColor test case; fix bug associated with writing VTK files for non-manifold Bodys; add fourSheets test case; allow illegal_func_name error be caught in CATBEG; error during the evaluation of an argument in IFTHEN and ELSEIF should jump after ENDIF; add evalError1* test cases; error during the evaluation of an argument in PATBEG and PATBREAK should jump after PATEND; add evalError2* test cases; error during the evaluation of an argument in SKBEG should jump after SKEND; add evalError3* test cases; fix bug that did not update the at-parameters if a UDPARG was present
  9. Add EG_removeNodes and EG_mergeBSplineCurves to julia and python
  10. Fix EG_removeNodes for bodies with a single face
  11. One more formatting fix
  12. Update formatting of the EGADS docs
  13. Forgot a file
  14. More improvements for Color in STEP/IGES
  15. Fixes for STEP/IGES Name import/export. Add STEP/IGES Edge Color attribute. Add STEP ColorFace/ColorEdge attribute.
  16. Remove dos line endings. Fix Windoze compile error.
  17. update SBOs so that they avoid creating spurious Nodes
  18. Fix possible segfault reading Name attribute from STEP/IGES
  19. Fixes for EG_isEquivalent and EG_isSame
  20. Fix EG_isSame for LINE
  21. Add the functions EG_mergeBSplineCurves and EG_removeNodes to the EGADS API
  22. Update copyright date
  23. Additional uprev mods
  24. python suppressions
  25. Set ESP_UDC_PATH
  26. Adjust Compiling in parse
  27. Track Compiling in log parse
  28. Update scripts for CAPS training material
  29. Add timing for ESPbfr.bat
  30. Ignore pip dependency
  31. Allow site packages for python. Look for python dlopen errors.
  32. Revert last commit
  33. Measure egads build time on windoze
  34. Dissable matplotlib interactive plotting with Jenkins
  35. update for numpy/openmdao version incompatibility
  36. remove pip install numpy because latest version is incompatible with openmdao
  37. Look for more errors while parsing
  38. Fixes for running 2023 CAPS training
Revision 2511 by jfdannen:
add hollowTube test case; add udcPrefix test case; have DUMP putcolors=1 apply to Edges when writing STP/IGS file; have IMPORT getcolors=1 apply to Edges when reading STP/IGS file
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/color4a.csmOpenCSM/trunk/data/basic/color4a.csm
The file was modified /trunk/data/basic/color4b.csmOpenCSM/trunk/data/basic/color4b.csm
The file was modified /trunk/data/basic/color4c.csmOpenCSM/trunk/data/basic/color4c.csm
The file was added/trunk/data/basic/hollowTube.csmOpenCSM/trunk/data/basic/hollowTube.csm
The file was added/trunk/data/basic/udcPrefix.csmOpenCSM/trunk/data/basic/udcPrefix.csm
The file was added/trunk/data/basic/udcPrefix.udcOpenCSM/trunk/data/basic/udcPrefix.udc
The file was added/trunk/data/basic/verify_7.6.0/hollowTube.vfyOpenCSM/trunk/data/basic/verify_7.6.0/hollowTube.vfy
The file was added/trunk/data/basic/verify_7.6.0/udcPrefix.vfyOpenCSM/trunk/data/basic/verify_7.6.0/udcPrefix.vfy
The file was added/trunk/data/basic/verify_7.7.0/hollowTube.vfyOpenCSM/trunk/data/basic/verify_7.7.0/hollowTube.vfy
The file was added/trunk/data/basic/verify_7.7.0/udcPrefix.vfyOpenCSM/trunk/data/basic/verify_7.7.0/udcPrefix.vfy
The file was added/trunk/data/basic/verify_7.8.0/hollowTube.vfyOpenCSM/trunk/data/basic/verify_7.8.0/hollowTube.vfy
The file was added/trunk/data/basic/verify_7.8.0/udcPrefix.vfyOpenCSM/trunk/data/basic/verify_7.8.0/udcPrefix.vfy
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udpImport.cOpenCSM/trunk/src/udpImport.c
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
Revision 2510 by jfdannen:
fix bug in ocsmFindPmtr that did not consider the scope when looking for existing names; add putColors=0 option to DUMP so that _color attributes are written into STP/IGS file (as Color); add color4* test cases; add getColors=0 option to IMPORT so that Color attributes in STP/IGS files are converted to _color; add getcolors=0 option to udpImport so that Color attributes in STP/IGS files are converted to _color; update ESP to acknowledge that Nodes are not initially visible
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/color4a.csmOpenCSM/trunk/data/basic/color4a.csm
The file was added/trunk/data/basic/color4b.csmOpenCSM/trunk/data/basic/color4b.csm
The file was added/trunk/data/basic/color4c.csmOpenCSM/trunk/data/basic/color4c.csm
The file was modified /trunk/data/basic/importColor.csmOpenCSM/trunk/data/basic/importColor.csm
The file was added/trunk/data/basic/verify_7.6.0/color4a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/color4a.vfy
The file was added/trunk/data/basic/verify_7.6.0/color4b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/color4b.vfy
The file was added/trunk/data/basic/verify_7.6.0/color4c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/color4c.vfy
The file was added/trunk/data/basic/verify_7.7.0/color4a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/color4a.vfy
The file was added/trunk/data/basic/verify_7.7.0/color4b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/color4b.vfy
The file was added/trunk/data/basic/verify_7.7.0/color4c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/color4c.vfy
The file was added/trunk/data/basic/verify_7.8.0/color4a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/color4a.vfy
The file was added/trunk/data/basic/verify_7.8.0/color4b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/color4b.vfy
The file was added/trunk/data/basic/verify_7.8.0/color4c.vfyOpenCSM/trunk/data/basic/verify_7.8.0/color4c.vfy
The file was modified /trunk/doc/ESP_QuickReference.pdfOpenCSM/trunk/doc/ESP_QuickReference.pdf
The file was modified /trunk/doc/ESP_QuickReference.texOpenCSM/trunk/doc/ESP_QuickReference.tex
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/udpImport.cOpenCSM/trunk/src/udpImport.c
Revision 2509 by jfdannen:
do not mark a Node as potentially spurious if it has a _Keep attribute; mark Nodes on axis of revolution of a REVOLVE command with a _Keep attribute; mark Nodes in JOIN or UNION that are in common with both parents with a _Keep attribute; mark new Nodes due to a scribe (via SUBTRACT a NodeBody or SheetBody) with a _Keep attribute; mark Nodes at beginning and end of RULE and BLEND with a _Keep attribute; add REMOVE_SPURIOUS compile-time option to remove spurious Nodes; add spurious* test cases; fix bug that made sensitivities of scribes susceptable to roundoff errors; fix documentation associated with SUBTRACT command
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/designZ9a.csmOpenCSM/trunk/data/basic/designZ9a.csm
The file was modified /trunk/data/basic/designZ9b.csmOpenCSM/trunk/data/basic/designZ9b.csm
The file was modified /trunk/data/basic/nodeAttribute.csmOpenCSM/trunk/data/basic/nodeAttribute.csm
The file was modified /trunk/data/basic/plateHoles3.csmOpenCSM/trunk/data/basic/plateHoles3.csm
The file was modified /trunk/data/basic/plateHoles4.csmOpenCSM/trunk/data/basic/plateHoles4.csm
The file was added/trunk/data/basic/spurious1.csmOpenCSM/trunk/data/basic/spurious1.csm
The file was added/trunk/data/basic/spurious2.csmOpenCSM/trunk/data/basic/spurious2.csm
The file was added/trunk/data/basic/spurious3.csmOpenCSM/trunk/data/basic/spurious3.csm
The file was added/trunk/data/basic/spurious4.csmOpenCSM/trunk/data/basic/spurious4.csm
The file was added/trunk/data/basic/spurious5.csmOpenCSM/trunk/data/basic/spurious5.csm
The file was added/trunk/data/basic/spurious6.csmOpenCSM/trunk/data/basic/spurious6.csm
The file was added/trunk/data/basic/spurious7.csmOpenCSM/trunk/data/basic/spurious7.csm
The file was added/trunk/data/basic/spurious8.csmOpenCSM/trunk/data/basic/spurious8.csm
The file was added/trunk/data/basic/spurious9.csmOpenCSM/trunk/data/basic/spurious9.csm
The file was modified /trunk/data/basic/verify_7.6.0/designZ9a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/designZ9a.vfy
The file was modified /trunk/data/basic/verify_7.6.0/designZ9b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/designZ9b.vfy
The file was modified /trunk/data/basic/verify_7.6.0/matchBodys4b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/matchBodys4b.vfy
The file was modified /trunk/data/basic/verify_7.6.0/nodeAttribute.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nodeAttribute.vfy
The file was modified /trunk/data/basic/verify_7.6.0/plateHoles3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/plateHoles3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/plateHoles4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/plateHoles4.vfy
The file was modified /trunk/data/basic/verify_7.6.0/slices2y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/slices2y.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious1.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious2.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious3.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious4.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious5.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious6.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious7.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious7.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious8.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious8.vfy
The file was added/trunk/data/basic/verify_7.6.0/spurious9.vfyOpenCSM/trunk/data/basic/verify_7.6.0/spurious9.vfy
The file was modified /trunk/data/basic/verify_7.7.0/designZ9a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/designZ9a.vfy
The file was modified /trunk/data/basic/verify_7.7.0/designZ9b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/designZ9b.vfy
The file was modified /trunk/data/basic/verify_7.7.0/matchBodys4b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/matchBodys4b.vfy
The file was modified /trunk/data/basic/verify_7.7.0/nodeAttribute.vfyOpenCSM/trunk/data/basic/verify_7.7.0/nodeAttribute.vfy
The file was modified /trunk/data/basic/verify_7.7.0/plateHoles3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/plateHoles3.vfy
The file was modified /trunk/data/basic/verify_7.7.0/plateHoles4.vfyOpenCSM/trunk/data/basic/verify_7.7.0/plateHoles4.vfy
The file was modified /trunk/data/basic/verify_7.7.0/slices2y.vfyOpenCSM/trunk/data/basic/verify_7.7.0/slices2y.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious1.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious2.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious3.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious4.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious4.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious5.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious5.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious6.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious6.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious7.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious7.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious8.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious8.vfy
The file was added/trunk/data/basic/verify_7.7.0/spurious9.vfyOpenCSM/trunk/data/basic/verify_7.7.0/spurious9.vfy
The file was modified /trunk/data/basic/verify_7.8.0/designZ9a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/designZ9a.vfy
The file was modified /trunk/data/basic/verify_7.8.0/designZ9b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/designZ9b.vfy
The file was modified /trunk/data/basic/verify_7.8.0/matchBodys4b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/matchBodys4b.vfy
The file was modified /trunk/data/basic/verify_7.8.0/nodeAttribute.vfyOpenCSM/trunk/data/basic/verify_7.8.0/nodeAttribute.vfy
The file was modified /trunk/data/basic/verify_7.8.0/plateHoles3.vfyOpenCSM/trunk/data/basic/verify_7.8.0/plateHoles3.vfy
The file was modified /trunk/data/basic/verify_7.8.0/plateHoles4.vfyOpenCSM/trunk/data/basic/verify_7.8.0/plateHoles4.vfy
The file was modified /trunk/data/basic/verify_7.8.0/slices2y.vfyOpenCSM/trunk/data/basic/verify_7.8.0/slices2y.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious1.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious1.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious2.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious2.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious3.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious3.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious4.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious4.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious5.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious5.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious6.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious6.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious7.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious7.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious8.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious8.vfy
The file was added/trunk/data/basic/verify_7.8.0/spurious9.vfyOpenCSM/trunk/data/basic/verify_7.8.0/spurious9.vfy
The file was modified /trunk/prebuiltTesting/testBetaOpenCSM/trunk/prebuiltTesting/testBeta
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
Revision 2508 by jfdannen:
if Body has _newSeqnum attribute, use a new sequence numbering scheme for _edgeID and _faceID that is not based upon cg positions or areas
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/seqnum1.csmOpenCSM/trunk/data/basic/seqnum1.csm
The file was modified /trunk/data/basic/seqnum10.csmOpenCSM/trunk/data/basic/seqnum10.csm
The file was modified /trunk/data/basic/seqnum2.csmOpenCSM/trunk/data/basic/seqnum2.csm
The file was modified /trunk/data/basic/seqnum3.csmOpenCSM/trunk/data/basic/seqnum3.csm
The file was modified /trunk/data/basic/seqnum4.csmOpenCSM/trunk/data/basic/seqnum4.csm
The file was modified /trunk/data/basic/seqnum5.csmOpenCSM/trunk/data/basic/seqnum5.csm
The file was modified /trunk/data/basic/seqnum6.csmOpenCSM/trunk/data/basic/seqnum6.csm
The file was modified /trunk/data/basic/seqnum7.csmOpenCSM/trunk/data/basic/seqnum7.csm
The file was modified /trunk/data/basic/seqnum8.csmOpenCSM/trunk/data/basic/seqnum8.csm
The file was modified /trunk/data/basic/seqnum9.csmOpenCSM/trunk/data/basic/seqnum9.csm
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2507 by jfdannen:
change signature of unpublished convertToBSplines routine; add mindeg argument to udfNuscale so that B-spline order can be increased; modify udfWarp so that it can be applied to a SheetBody; add warp4* and warp5* test cases; add seqnum* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/seqnum1.csmOpenCSM/trunk/data/basic/seqnum1.csm
The file was added/trunk/data/basic/seqnum10.csmOpenCSM/trunk/data/basic/seqnum10.csm
The file was added/trunk/data/basic/seqnum2.csmOpenCSM/trunk/data/basic/seqnum2.csm
The file was added/trunk/data/basic/seqnum3.csmOpenCSM/trunk/data/basic/seqnum3.csm
The file was added/trunk/data/basic/seqnum4.csmOpenCSM/trunk/data/basic/seqnum4.csm
The file was added/trunk/data/basic/seqnum5.csmOpenCSM/trunk/data/basic/seqnum5.csm
The file was added/trunk/data/basic/seqnum6.csmOpenCSM/trunk/data/basic/seqnum6.csm
The file was added/trunk/data/basic/seqnum7.csmOpenCSM/trunk/data/basic/seqnum7.csm
The file was added/trunk/data/basic/seqnum8.csmOpenCSM/trunk/data/basic/seqnum8.csm
The file was added/trunk/data/basic/seqnum9.csmOpenCSM/trunk/data/basic/seqnum9.csm
The file was added/trunk/data/basic/verify_7.6.0/seqnum1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum1.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum10.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum10.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum2.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum3.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum4.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum5.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum6.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum7.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum7.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum8.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum8.vfy
The file was added/trunk/data/basic/verify_7.6.0/seqnum9.vfyOpenCSM/trunk/data/basic/verify_7.6.0/seqnum9.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp4a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp4a.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp4b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp4b.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp5a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp5a.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp5b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp5b.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum1.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum10.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum10.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum2.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum3.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum4.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum4.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum5.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum5.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum6.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum6.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum7.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum7.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum8.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum8.vfy
The file was added/trunk/data/basic/verify_7.7.0/seqnum9.vfyOpenCSM/trunk/data/basic/verify_7.7.0/seqnum9.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp4a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp4a.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp4b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp4b.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp5a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp5a.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp5b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp5b.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum1.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum1.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum10.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum10.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum2.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum2.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum3.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum3.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum4.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum4.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum5.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum5.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum6.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum6.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum7.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum7.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum8.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum8.vfy
The file was added/trunk/data/basic/verify_7.8.0/seqnum9.vfyOpenCSM/trunk/data/basic/verify_7.8.0/seqnum9.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp4a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp4a.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp4b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp4b.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp5a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp5a.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp5b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp5b.vfy
The file was added/trunk/data/basic/warp4a.csmOpenCSM/trunk/data/basic/warp4a.csm
The file was added/trunk/data/basic/warp4b.csmOpenCSM/trunk/data/basic/warp4b.csm
The file was added/trunk/data/basic/warp5a.csmOpenCSM/trunk/data/basic/warp5a.csm
The file was added/trunk/data/basic/warp5b.csmOpenCSM/trunk/data/basic/warp5b.csm
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/udfNuscale.cOpenCSM/trunk/src/udfNuscale.c
The file was modified /trunk/src/udfWarp.cOpenCSM/trunk/src/udfWarp.c
The file was modified /trunk/src/udpParabaloid.cOpenCSM/trunk/src/udpParabaloid.c
Revision 2506 by jfdannen:
fix malloc error while cleaning up UDP storage at end of serveESP; allow inline comments in udfEditAttr and udpWaffle; modify editAttrFile and waffleC1 test cases; if UDPRIM statment contains primtype=dollar-dollar-dollar/name, the .udc is found in the ESP_UDC_PATH directory; add udprim6 test case; convert udpWarp to udfWarp so that it takes a Body from the Stack if egadsfile is not specified;  add warp2* and warp3 test cases; modify udfWarp to allow motion in normal-, X-, or Y-, or Z-direction; add warp1* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2505 by jfdannen:
fix bug when recycling and last recycled Branch is a UDPARG; fix bug that did not transfer user-attributes from SheetBody on top of stack to result of a JOIN operation; add joinSheets7 test case; add _vspID and _vspSurf attributes to Bodys in udpVsp3; improve error detection for pmtrName in SET; add set2 test case; add EVALUATE EDGETESS and EVALUATE FACETESS to return the number of points and triangles in the tessellation of an Edge or Face; add tessSize test case; pressing Building button allows the user to reset the interface; improve error detection for pmtrName in PATBEG; add patbeg1 test case; improve error detection for pmtrName in GETATTR; add getattr3 test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was added/trunk/ESP/examples/warp_udf_1.csm.txtOpenCSM/trunk/ESP/examples/warp_udf_1.csm.txt
The file was added/trunk/ESP/examples/warp_udf_1.egadsOpenCSM/trunk/ESP/examples/warp_udf_1.egads
The file was added/trunk/ESP/examples/warp_udf_1.htmlOpenCSM/trunk/ESP/examples/warp_udf_1.html
The file was added/trunk/ESP/examples/warp_udf_1.pngOpenCSM/trunk/ESP/examples/warp_udf_1.png
The file was removed/trunk/ESP/examples/warp_udp_1.csm.txtOpenCSM/trunk/ESP/examples/warp_udp_1.csm.txt
The file was removed/trunk/ESP/examples/warp_udp_1.egadsOpenCSM/trunk/ESP/examples/warp_udp_1.egads
The file was removed/trunk/ESP/examples/warp_udp_1.htmlOpenCSM/trunk/ESP/examples/warp_udp_1.html
The file was removed/trunk/ESP/examples/warp_udp_1.pngOpenCSM/trunk/ESP/examples/warp_udp_1.png
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/editAttrFile.csmOpenCSM/trunk/data/basic/editAttrFile.csm
The file was added/trunk/data/basic/getattr3.csmOpenCSM/trunk/data/basic/getattr3.csm
The file was added/trunk/data/basic/joinSheets7.csmOpenCSM/trunk/data/basic/joinSheets7.csm
The file was added/trunk/data/basic/patbeg1.csmOpenCSM/trunk/data/basic/patbeg1.csm
The file was added/trunk/data/basic/set2.csmOpenCSM/trunk/data/basic/set2.csm
The file was added/trunk/data/basic/tessSize.csmOpenCSM/trunk/data/basic/tessSize.csm
The file was added/trunk/data/basic/verify_7.6.0/getattr3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/getattr3.vfy
The file was added/trunk/data/basic/verify_7.6.0/joinSheets7.vfyOpenCSM/trunk/data/basic/verify_7.6.0/joinSheets7.vfy
The file was added/trunk/data/basic/verify_7.6.0/patbeg1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/patbeg1.vfy
The file was added/trunk/data/basic/verify_7.6.0/set2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/set2.vfy
The file was added/trunk/data/basic/verify_7.6.0/tessSize.vfyOpenCSM/trunk/data/basic/verify_7.6.0/tessSize.vfy
The file was added/trunk/data/basic/verify_7.6.0/udprim6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/udprim6.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp1n.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp1n.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp1x.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp1x.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp1y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp1y.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp1z.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp1z.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp2a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp2a.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp2b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp2b.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp2c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp2c.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp2d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp2d.vfy
The file was added/trunk/data/basic/verify_7.6.0/warp3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/warp3.vfy
The file was added/trunk/data/basic/verify_7.7.0/getattr3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/getattr3.vfy
The file was added/trunk/data/basic/verify_7.7.0/joinSheets7.vfyOpenCSM/trunk/data/basic/verify_7.7.0/joinSheets7.vfy
The file was added/trunk/data/basic/verify_7.7.0/patbeg1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/patbeg1.vfy
The file was added/trunk/data/basic/verify_7.7.0/set2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/set2.vfy
The file was added/trunk/data/basic/verify_7.7.0/tessSize.vfyOpenCSM/trunk/data/basic/verify_7.7.0/tessSize.vfy
The file was added/trunk/data/basic/verify_7.7.0/udprim6.vfyOpenCSM/trunk/data/basic/verify_7.7.0/udprim6.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp1n.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp1n.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp1x.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp1x.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp1y.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp1y.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp1z.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp1z.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp2a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp2a.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp2b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp2b.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp2c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp2c.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp2d.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp2d.vfy
The file was added/trunk/data/basic/verify_7.7.0/warp3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/warp3.vfy
The file was added/trunk/data/basic/verify_7.8.0/getattr3.vfyOpenCSM/trunk/data/basic/verify_7.8.0/getattr3.vfy
The file was added/trunk/data/basic/verify_7.8.0/joinSheets7.vfyOpenCSM/trunk/data/basic/verify_7.8.0/joinSheets7.vfy
The file was added/trunk/data/basic/verify_7.8.0/patbeg1.vfyOpenCSM/trunk/data/basic/verify_7.8.0/patbeg1.vfy
The file was added/trunk/data/basic/verify_7.8.0/set2.vfyOpenCSM/trunk/data/basic/verify_7.8.0/set2.vfy
The file was added/trunk/data/basic/verify_7.8.0/tessSize.vfyOpenCSM/trunk/data/basic/verify_7.8.0/tessSize.vfy
The file was added/trunk/data/basic/verify_7.8.0/udprim6.vfyOpenCSM/trunk/data/basic/verify_7.8.0/udprim6.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp1n.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp1n.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp1x.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp1x.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp1y.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp1y.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp1z.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp1z.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp2a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp2a.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp2b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp2b.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp2c.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp2c.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp2d.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp2d.vfy
The file was added/trunk/data/basic/verify_7.8.0/warp3.vfyOpenCSM/trunk/data/basic/verify_7.8.0/warp3.vfy
The file was modified /trunk/data/basic/waffleC1.csmOpenCSM/trunk/data/basic/waffleC1.csm
The file was added/trunk/data/basic/warp1n.csmOpenCSM/trunk/data/basic/warp1n.csm
The file was added/trunk/data/basic/warp1x.csmOpenCSM/trunk/data/basic/warp1x.csm
The file was added/trunk/data/basic/warp1y.csmOpenCSM/trunk/data/basic/warp1y.csm
The file was added/trunk/data/basic/warp1z.csmOpenCSM/trunk/data/basic/warp1z.csm
The file was added/trunk/data/basic/warp2a.csmOpenCSM/trunk/data/basic/warp2a.csm
The file was added/trunk/data/basic/warp2b.csmOpenCSM/trunk/data/basic/warp2b.csm
The file was added/trunk/data/basic/warp2c.csmOpenCSM/trunk/data/basic/warp2c.csm
The file was added/trunk/data/basic/warp2d.csmOpenCSM/trunk/data/basic/warp2d.csm
The file was added/trunk/data/basic/warp3.csmOpenCSM/trunk/data/basic/warp3.csm
The file was added/trunk/personalUdcOpenCSM/trunk/personalUdc
The file was added/trunk/personalUdc/simpleBox.udcOpenCSM/trunk/personalUdc/simpleBox.udc
The file was modified /trunk/src/MakefileOpenCSM/trunk/src/Makefile
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/Makefile.DARWIN64.gccOpenCSM/trunk/src/Makefile.DARWIN64.gcc
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
The file was modified /trunk/src/NMakefileOpenCSM/trunk/src/NMakefile
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
The file was added/trunk/src/udfWarp.cOpenCSM/trunk/src/udfWarp.c
The file was modified /trunk/src/udpUtilities.cOpenCSM/trunk/src/udpUtilities.c
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
The file was removed/trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 2504 by jfdannen:
fix typos in ESP-help; allow straight camber line to be generated in udpNaca (if thickness=0, camber=0, and series=0); modify nacas3 test case; add missing semi-colon in training/data/session03/fuselage.csm; add importColor test case; fix bug associated with writing VTK files for non-manifold Bodys; add fourSheets test case; allow illegal_func_name error be caught in CATBEG; error during the evaluation of an argument in IFTHEN and ELSEIF should jump after ENDIF; add evalError1* test cases; error during the evaluation of an argument in PATBEG and PATBREAK should jump after PATEND; add evalError2* test cases; error during the evaluation of an argument in SKBEG should jump after SKEND; add evalError3* test cases; fix bug that did not update the at-parameters if a UDPARG was present
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/evalError1a.csmOpenCSM/trunk/data/basic/evalError1a.csm
The file was added/trunk/data/basic/evalError1b.csmOpenCSM/trunk/data/basic/evalError1b.csm
The file was added/trunk/data/basic/evalError1c.csmOpenCSM/trunk/data/basic/evalError1c.csm
The file was added/trunk/data/basic/evalError1d.csmOpenCSM/trunk/data/basic/evalError1d.csm
The file was added/trunk/data/basic/evalError2a.csmOpenCSM/trunk/data/basic/evalError2a.csm
The file was added/trunk/data/basic/evalError2b.csmOpenCSM/trunk/data/basic/evalError2b.csm
The file was added/trunk/data/basic/evalError2c.csmOpenCSM/trunk/data/basic/evalError2c.csm
The file was added/trunk/data/basic/evalError2d.csmOpenCSM/trunk/data/basic/evalError2d.csm
The file was added/trunk/data/basic/evalError3a.csmOpenCSM/trunk/data/basic/evalError3a.csm
The file was added/trunk/data/basic/evalError3b.csmOpenCSM/trunk/data/basic/evalError3b.csm
The file was added/trunk/data/basic/evalError3c.csmOpenCSM/trunk/data/basic/evalError3c.csm
The file was added/trunk/data/basic/evalError3d.csmOpenCSM/trunk/data/basic/evalError3d.csm
The file was added/trunk/data/basic/fourSheets.csmOpenCSM/trunk/data/basic/fourSheets.csm
The file was added/trunk/data/basic/importColor.csmOpenCSM/trunk/data/basic/importColor.csm
The file was modified /trunk/data/basic/nacas3.csmOpenCSM/trunk/data/basic/nacas3.csm
The file was added/trunk/data/basic/verify_7.6.0/evalError1a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError1a.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError1b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError1b.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError1c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError1c.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError1d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError1d.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError2a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError2a.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError2b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError2b.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError2c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError2c.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError2d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError2d.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError3a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError3a.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError3b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError3b.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError3c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError3c.vfy
The file was added/trunk/data/basic/verify_7.6.0/evalError3d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/evalError3d.vfy
The file was added/trunk/data/basic/verify_7.6.0/fourSheets.vfyOpenCSM/trunk/data/basic/verify_7.6.0/fourSheets.vfy
The file was added/trunk/data/basic/verify_7.6.0/importColor.vfyOpenCSM/trunk/data/basic/verify_7.6.0/importColor.vfy
The file was modified /trunk/data/basic/verify_7.6.0/nacas3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nacas3.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError1a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError1a.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError1b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError1b.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError1c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError1c.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError1d.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError1d.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError2a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError2a.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError2b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError2b.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError2c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError2c.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError2d.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError2d.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError3a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError3a.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError3b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError3b.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError3c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError3c.vfy
The file was added/trunk/data/basic/verify_7.7.0/evalError3d.vfyOpenCSM/trunk/data/basic/verify_7.7.0/evalError3d.vfy
The file was added/trunk/data/basic/verify_7.7.0/fourSheets.vfyOpenCSM/trunk/data/basic/verify_7.7.0/fourSheets.vfy
The file was added/trunk/data/basic/verify_7.7.0/importColor.vfyOpenCSM/trunk/data/basic/verify_7.7.0/importColor.vfy
The file was modified /trunk/data/basic/verify_7.7.0/nacas3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/nacas3.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError1a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError1a.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError1b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError1b.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError1c.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError1c.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError1d.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError1d.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError2a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError2a.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError2b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError2b.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError2c.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError2c.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError2d.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError2d.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError3a.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError3a.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError3b.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError3b.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError3c.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError3c.vfy
The file was added/trunk/data/basic/verify_7.8.0/evalError3d.vfyOpenCSM/trunk/data/basic/verify_7.8.0/evalError3d.vfy
The file was added/trunk/data/basic/verify_7.8.0/fourSheets.vfyOpenCSM/trunk/data/basic/verify_7.8.0/fourSheets.vfy
The file was added/trunk/data/basic/verify_7.8.0/importColor.vfyOpenCSM/trunk/data/basic/verify_7.8.0/importColor.vfy
The file was modified /trunk/data/basic/verify_7.8.0/nacas3.vfyOpenCSM/trunk/data/basic/verify_7.8.0/nacas3.vfy
The file was modified /trunk/data/legacy/tutorial1_new.csmOpenCSM/trunk/data/legacy/tutorial1_new.csm
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/OpenCSM.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/udpNaca.cOpenCSM/trunk/src/udpNaca.c
Revision 2063 by galbramc:
Add EG_removeNodes and EG_mergeBSplineCurves to julia and python
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/jlEGADS/egads/test/runtests.jlEGADS/trunk/jlEGADS/egads/test/runtests.jl
The file was modified /trunk/pyEGADS/pyEGADS/egads.pyEGADS/trunk/pyEGADS/pyEGADS/egads.py
The file was modified /trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
The file was modified /trunk/pyEGADS/pyEGADS/egadslite.pyEGADS/trunk/pyEGADS/pyEGADS/egadslite.py
The file was modified /trunk/pyEGADS/test/test_egads.pyEGADS/trunk/pyEGADS/test/test_egads.py
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 2062 by galbramc:
Fix EG_removeNodes for bodies with a single face
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 2061 by galbramc:
One more formatting fix
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
Revision 2060 by haimes:
Update formatting of the EGADS docs
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
Revision 2059 by galbramc:
Forgot a file
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsClasses.hEGADS/trunk/src/egadsClasses.h
Revision 2058 by galbramc:
More improvements for Color in STEP/IGES
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 2057 by galbramc:
Fixes for STEP/IGES Name import/export. Add STEP/IGES Edge Color attribute. Add STEP ColorFace/ColorEdge attribute.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
The file was modified /trunk/src/egadsClasses.hEGADS/trunk/src/egadsClasses.h
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 2056 by galbramc:
Remove dos line endings. Fix Windoze compile error.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/OCC/BRepLib_FuseEdges.cppEGADS/trunk/src/OCC/BRepLib_FuseEdges.cpp
The file was modified /trunk/src/egadsHLevel.cppEGADS/trunk/src/egadsHLevel.cpp
Revision 2055 by jfdannen:
update SBOs so that they avoid creating spurious Nodes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/OCC/BRepLib_FuseEdges.cppEGADS/trunk/src/OCC/BRepLib_FuseEdges.cpp
The file was modified /trunk/src/egadsHLevel.cppEGADS/trunk/src/egadsHLevel.cpp
Revision 2054 by galbramc:
Fix possible segfault reading Name attribute from STEP/IGES
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 2053 by galbramc:
Fixes for EG_isEquivalent and EG_isSame
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsBase.cEGADS/trunk/src/egadsBase.c
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 2052 by galbramc:
Fix EG_isSame for LINE
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsBase.cEGADS/trunk/src/egadsBase.c
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
Revision 2051 by haimes:
Add the functions EG_mergeBSplineCurves and EG_removeNodes to the EGADS API
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/docs/EGADS_ref/egads.pdfEGADS/trunk/docs/EGADS_ref/egads.pdf
The file was modified /trunk/docs/EGADS_ref/egads.texEGADS/trunk/docs/EGADS_ref/egads.tex
The file was modified /trunk/include/egads.hEGADS/trunk/include/egads.h
The file was modified /trunk/src/egads.defEGADS/trunk/src/egads.def
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
The file was modified /trunk/src/fgadsGeom.cEGADS/trunk/src/fgadsGeom.c
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
Revision 2050 by galbramc:
Update copyright date
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egads.rcEGADS/trunk/src/egads.rc
Revision 2049 by haimes:
Additional uprev mods
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/include/DARWIN64EGADS/trunk/include/DARWIN64
The file was modified /trunk/include/DARWIN64.clangEGADS/trunk/include/DARWIN64.clang
The file was modified /trunk/include/DARWIN64.gccEGADS/trunk/include/DARWIN64.gcc
The file was modified /trunk/lite/egadslite.rcEGADS/trunk/lite/egadslite.rc
The file was modified /trunk/src/egads.rcEGADS/trunk/src/egads.rc
Revision 878 by galbramc:
python suppressions
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-python.suppJenkinsESP/valgrind/valgrind-python.supp
Revision 877 by galbramc:
Set ESP_UDC_PATH
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 876 by galbramc:
Adjust Compiling in parse
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 875 by galbramc:
Track Compiling in log parse
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 874 by galbramc:
Update scripts for CAPS training material
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_PreBuilt.batJenkinsESP/ESP_PreBuilt.bat
The file was modified /ESP_PreBuilt.shJenkinsESP/ESP_PreBuilt.sh
The file was modified /ESP_Regression.batJenkinsESP/ESP_Regression.bat
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 873 by galbramc:
Add timing for ESPbfr.bat
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was added/TimeMemJenkinsESP/TimeMem
The file was added/TimeMem/NMakefileJenkinsESP/TimeMem/NMakefile
The file was added/TimeMem/TimeMem.cJenkinsESP/TimeMem/TimeMem.c
The file was added/TimeMem/TimeMem.exeJenkinsESP/TimeMem/TimeMem.exe
Revision 872 by galbramc:
Ignore pip dependency
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_email.templateJenkinsESP/ESP_email.template
Revision 871 by galbramc:
Allow site packages for python. Look for python dlopen errors.
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 870 by galbramc:
Revert last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 869 by galbramc:
Measure egads build time on windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 868 by galbramc:
Dissable matplotlib interactive plotting with Jenkins
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.batJenkinsESP/ESP_Env.bat
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 867 by jfdannen:
update for numpy/openmdao version incompatibility
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
Revision 866 by jfdannen:
remove pip install numpy because latest version is incompatible with openmdao
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 865 by galbramc:
Look for more errors while parsing
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 864 by galbramc:
Fixes for running 2023 CAPS training
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Sanitize.shJenkinsESP/ESP_Sanitize.sh
The file was modified /ESP_Valgrind.shJenkinsESP/ESP_Valgrind.sh
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh