Skip to content

Changes

Summary

  1. fix recently-added typo to timPyscript.c
  2. add sanitize-thread target to Makefile.DARWIN64
  3. fix error message associated with not enough arguments to SPHERE; fix bug when user double-clicks in MessageWindow (Chrome and Safari)
  4. fix setting of PYTHONHOME for a double-quoted string
  5. generate WARNING if importing an .egads file that has an Attribute that cannot be evaluated
  6. fix bug associated with EnterSketcher
  7. remove debug print statement
  8. fix bug that did not allow sketches to be saved from serveESP
  9. remove side effects from assert() statements, which work differently on Windoze
  10. allow pyscripts to end without a newline
  11. fix bug associated with finishing non-manifold WireBodys
  12. allow overlay to execute a mesg even when in TIM_EXECUTING; update tutorial6 files
  13. remove debug printing of long cast
  14. suppress profile printing if outLevel==0; fix filename updates in ESP after saving new file and after exporting the feature tree
  15. limit size of inflatedBody2a to reduce its CPU time
  16. update testing scripts from serveCSM to serveESP
  17. update testing scripts from serveCSM to serveESP
  18. change deprecated e.srcElement to e.target in .js files
  19. add tutorial6/model2c
  20. numerous updates to ESP-help; add .csm filename to ListPhases in the IDE; automagically add .py extension if omitted; add created/updated phase to ListAnalyses in the IDE; break model2 into model2a, model2b, model2; do not allow non-manifold WireBodys in RULE, BLEND, LOFT, and SWEEP; add nmWireBody test cases; list associated Analyses in ListBounds in the IDE; fix bug that did not persist attributes on scribed Edges during a boolean operation; add attribute9* test cases; add Insert button to ESP editor; fix bug in serveESP that did not update filename creating a new .csm file
  21. update EGADS thread during ocsmBuild; do not execute overlay (plotter, viewer, flowchart) when in continuation mode; move data/ide to data/tutorial6; timFlowchart, timPlotter, and timViewer hold pyscript by default (use nohold to run asynchronously); add inflatedBody* test cases; explicitly document the rules associated with the propagation of Xsect Attributes during EXTRUDE and REVOLVE; fix memory leaks in buildSceneGraph and timPyscript; remove upper limit check on nedge in udpEllipse; add thickPrint* test cases; extend COMBINE to make a non-manifold WireBody for a set of connected WireBodys; add pipeNetwork* test cases
  22. numerous updates
  23. add sub03 and f104 to studentGallery
  24. Fix up EMP_ThreadDestroy for the M1
  25. Stanalizer fixes for Lazy Surreal
  26. Use std c++11 for Surreal tests. Fix in depricated EG_loadTess.
  27. Use Lazy Expressions for Surreal for slightly better performance on windoze
  28. Minor config changes
  29. Config change for Windows to always start browsers in the background
  30. Windows configuration change to promote Edge
  31. update README.txt with note about Safari block-ups
  32. Add makeNmWireBody to pyEGADS
  33. Don't clobber LD_LIBRARY_PATH with ESPenv
  34. Configuration changes and signature change for EG_makeNmWireBody
  35. Add random sleep for Windoze pip install to avoid install conflicts
  36. Install corsairlite dependencies for ESP_Beta testing
  37. Python suppression
  38. More error checking in ESPbfr.bat
  39. Attempt Python 3.9.13 again
  40. macM1 uses 3.8.11
  41. Revert back to ESP_Python 3.8.9 for now
  42. install matplotlib and scipy for corsairlite
  43. install packaging for corsairlite
  44. Upgade to ESP_Python-3.9.13
  45. Install dill and cvxopt
  46. Fix funny permissions on DARWIN64 mastros
  47. Update macOS intel/M1 mastros with old macOS target
  48. astros has array out-of-bound problems
  49. Don't define ASTROS_ROOT on machines without astros
  50. Restore mastros on macOS, macM1, and restore astros on Linux
  51. Uses msys64 wget on Windoze
  52. fix formatting error associated with expected errors for frustrum3 and helix3
  53. fix formatting error associated with expected errors for frustrum3 and helix3
Revision 2234 by jfdannen:
fix recently-added typo to timPyscript.c
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
Revision 2233 by jfdannen:
add sanitize-thread target to Makefile.DARWIN64
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
Revision 2232 by jfdannen:
fix error message associated with not enough arguments to SPHERE; fix bug when user double-clicks in MessageWindow (Chrome and Safari)
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/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2231 by haimes:
fix setting of PYTHONHOME for a double-quoted string
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
Revision 2230 by jfdannen:
generate WARNING if importing an .egads file that has an Attribute that cannot be evaluated
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2229 by jfdannen:
fix bug associated with EnterSketcher
Change TypePath in RepositoryPath in Workspace
The file was modified /trunkOpenCSM/trunk
The file was modified /trunk/ESP/ESP-localhost7681.htmlOpenCSM/trunk/ESP/ESP-localhost7681.html
The file was modified /trunk/ESP/ESP.htmlOpenCSM/trunk/ESP/ESP.html
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2228 by jfdannen:
remove debug print statement
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/data/tutorial6/stub.pyOpenCSM/trunk/data/tutorial6/stub.py
The file was modified /trunk/src/timCapsMode.cOpenCSM/trunk/src/timCapsMode.c
Revision 2227 by jfdannen:
fix bug that did not allow sketches to be saved from serveESP
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-sketch.jsOpenCSM/trunk/ESP/ESP-sketch.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2226 by jfdannen:
remove side effects from assert() statements, which work differently on Windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/tutorial6/stub.pyOpenCSM/trunk/data/tutorial6/stub.py
The file was modified /trunk/src/timCapsMode.cOpenCSM/trunk/src/timCapsMode.c
Revision 2225 by jfdannen:
allow pyscripts to end without a newline
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
Revision 2224 by jfdannen:
fix bug associated with finishing non-manifold WireBodys
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
Revision 2223 by jfdannen:
allow overlay to execute a mesg even when in TIM_EXECUTING; update tutorial6 files
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-ereped.jsOpenCSM/trunk/ESP/ESP-ereped.js
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 removed/trunk/data/tutorial6/model2.csmOpenCSM/trunk/data/tutorial6/model2.csm
The file was modified /trunk/data/tutorial6/model2b.csmOpenCSM/trunk/data/tutorial6/model2b.csm
The file was modified /trunk/data/tutorial6/model2c.csmOpenCSM/trunk/data/tutorial6/model2c.csm
The file was modified /trunk/data/tutorial6/tutorial6.txtOpenCSM/trunk/data/tutorial6/tutorial6.txt
The file was modified /trunk/src/tim.cOpenCSM/trunk/src/tim.c
Revision 2222 by jfdannen:
remove debug printing of long cast
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2221 by jfdannen:
suppress profile printing if outLevel==0; fix filename updates in ESP after saving new file and after exporting the feature tree
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/src/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2220 by jfdannen:
limit size of inflatedBody2a to reduce its CPU time
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/inflatedBody2a.csmOpenCSM/trunk/data/basic/inflatedBody2a.csm
The file was modified /trunk/data/basic/verify_7.4.1/inflatedBody2a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/inflatedBody2a.vfy
The file was modified /trunk/data/basic/verify_7.6.0/inflatedBody2a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/inflatedBody2a.vfy
Revision 2219 by jfdannen:
update testing scripts from serveCSM to serveESP
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/prebuiltTesting/testPrebuilt.batOpenCSM/trunk/prebuiltTesting/testPrebuilt.bat
Revision 2218 by jfdannen:
update testing scripts from serveCSM to serveESP
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/prebuiltTesting/testBetaOpenCSM/trunk/prebuiltTesting/testBeta
The file was modified /trunk/prebuiltTesting/testPrebuiltOpenCSM/trunk/prebuiltTesting/testPrebuilt
Revision 2217 by jfdannen:
change deprecated e.srcElement to e.target in .js files
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-codemirror.jsOpenCSM/trunk/ESP/ESP-codemirror.js
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2216 by jfdannen:
add tutorial6/model2c
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/data/tutorial6/model2c.csmOpenCSM/trunk/data/tutorial6/model2c.csm
Revision 2215 by jfdannen:
numerous updates to ESP-help; add .csm filename to ListPhases in the IDE; automagically add .py extension if omitted; add created/updated phase to ListAnalyses in the IDE; break model2 into model2a, model2b, model2; do not allow non-manifold WireBodys in RULE, BLEND, LOFT, and SWEEP; add nmWireBody test cases; list associated Analyses in ListBounds in the IDE; fix bug that did not persist attributes on scribed Edges during a boolean operation; add attribute9* test cases; add Insert button to ESP editor; fix bug in serveESP that did not update filename creating a new .csm file
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2214 by jfdannen:
update EGADS thread during ocsmBuild; do not execute overlay (plotter, viewer, flowchart) when in continuation mode; move data/ide to data/tutorial6; timFlowchart, timPlotter, and timViewer hold pyscript by default (use nohold to run asynchronously); add inflatedBody* test cases; explicitly document the rules associated with the propagation of Xsect Attributes during EXTRUDE and REVOLVE; fix memory leaks in buildSceneGraph and timPyscript; remove upper limit check on nedge in udpEllipse; add thickPrint* test cases; extend COMBINE to make a non-manifold WireBody for a set of connected WireBodys; add pipeNetwork* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2213 by jfdannen:
numerous updates
Change TypePath in RepositoryPath in Workspace
The file was modified /trunkOpenCSM/trunk
The file was modified /trunk/ESP/ESP-capsMode.jsOpenCSM/trunk/ESP/ESP-capsMode.js
The file was modified /trunk/ESP/ESP-help.htmlOpenCSM/trunk/ESP/ESP-help.html
The file was modified /trunk/ESP/ESP-localhost7681.htmlOpenCSM/trunk/ESP/ESP-localhost7681.html
The file was modified /trunk/ESP/ESP-pyscript.jsOpenCSM/trunk/ESP/ESP-pyscript.js
The file was modified /trunk/ESP/ESP.htmlOpenCSM/trunk/ESP/ESP.html
The file was modified /trunk/ESP/ESP.jsOpenCSM/trunk/ESP/ESP.js
The file was removed/trunk/ESP/galleryOpenCSM/trunk/ESP/gallery
The file was added/trunk/ESP/pictures/galleryOpenCSM/trunk/ESP/pictures/gallery
The file was added/trunk/ESP/pictures/studentGalleryOpenCSM/trunk/ESP/pictures/studentGallery
The file was added/trunk/ESP/pictures/studentGallery/f104.pngOpenCSM/trunk/ESP/pictures/studentGallery/f104.png
The file was added/trunk/ESP/pictures/studentGallery/sub03.pngOpenCSM/trunk/ESP/pictures/studentGallery/sub03.png
The file was removed/trunk/ESP/studentGalleryOpenCSM/trunk/ESP/studentGallery
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/attribute9a.csmOpenCSM/trunk/data/basic/attribute9a.csm
The file was added/trunk/data/basic/attribute9b.csmOpenCSM/trunk/data/basic/attribute9b.csm
The file was added/trunk/data/basic/inflatedBody1a.csmOpenCSM/trunk/data/basic/inflatedBody1a.csm
The file was added/trunk/data/basic/inflatedBody1b.csmOpenCSM/trunk/data/basic/inflatedBody1b.csm
The file was added/trunk/data/basic/inflatedBody2a.csmOpenCSM/trunk/data/basic/inflatedBody2a.csm
The file was added/trunk/data/basic/inflatedBody2b.csmOpenCSM/trunk/data/basic/inflatedBody2b.csm
The file was added/trunk/data/basic/nmWireBody1.csmOpenCSM/trunk/data/basic/nmWireBody1.csm
The file was added/trunk/data/basic/nmWireBody2.csmOpenCSM/trunk/data/basic/nmWireBody2.csm
The file was added/trunk/data/basic/nmWireBody3.csmOpenCSM/trunk/data/basic/nmWireBody3.csm
The file was added/trunk/data/basic/nmWireBody4.csmOpenCSM/trunk/data/basic/nmWireBody4.csm
The file was added/trunk/data/basic/nmWireBody5.csmOpenCSM/trunk/data/basic/nmWireBody5.csm
The file was added/trunk/data/basic/nmWireBody6.csmOpenCSM/trunk/data/basic/nmWireBody6.csm
The file was modified /trunk/data/basic/persist2.csmOpenCSM/trunk/data/basic/persist2.csm
The file was added/trunk/data/basic/pipeNetwork0.csmOpenCSM/trunk/data/basic/pipeNetwork0.csm
The file was added/trunk/data/basic/pipeNetwork1.csmOpenCSM/trunk/data/basic/pipeNetwork1.csm
The file was added/trunk/data/basic/pipeNetwork2.csmOpenCSM/trunk/data/basic/pipeNetwork2.csm
The file was added/trunk/data/basic/pipeNetwork3.csmOpenCSM/trunk/data/basic/pipeNetwork3.csm
The file was added/trunk/data/basic/pipeNetwork4.csmOpenCSM/trunk/data/basic/pipeNetwork4.csm
The file was added/trunk/data/basic/thickPrint1.csmOpenCSM/trunk/data/basic/thickPrint1.csm
The file was added/trunk/data/basic/thickPrint2.csmOpenCSM/trunk/data/basic/thickPrint2.csm
The file was added/trunk/data/basic/verify_7.4.1/attribute9a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/attribute9a.vfy
The file was added/trunk/data/basic/verify_7.4.1/attribute9b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/attribute9b.vfy
The file was added/trunk/data/basic/verify_7.4.1/inflatedBody1a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/inflatedBody1a.vfy
The file was added/trunk/data/basic/verify_7.4.1/inflatedBody1b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/inflatedBody1b.vfy
The file was added/trunk/data/basic/verify_7.4.1/inflatedBody2a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/inflatedBody2a.vfy
The file was added/trunk/data/basic/verify_7.4.1/inflatedBody2b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/inflatedBody2b.vfy
The file was added/trunk/data/basic/verify_7.4.1/nmWireBody1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/nmWireBody1.vfy
The file was added/trunk/data/basic/verify_7.4.1/nmWireBody2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/nmWireBody2.vfy
The file was added/trunk/data/basic/verify_7.4.1/nmWireBody3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/nmWireBody3.vfy
The file was added/trunk/data/basic/verify_7.4.1/nmWireBody4.vfyOpenCSM/trunk/data/basic/verify_7.4.1/nmWireBody4.vfy
The file was added/trunk/data/basic/verify_7.4.1/nmWireBody5.vfyOpenCSM/trunk/data/basic/verify_7.4.1/nmWireBody5.vfy
The file was added/trunk/data/basic/verify_7.4.1/nmWireBody6.vfyOpenCSM/trunk/data/basic/verify_7.4.1/nmWireBody6.vfy
The file was added/trunk/data/basic/verify_7.4.1/pipeNetwork0.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork0.vfy
The file was added/trunk/data/basic/verify_7.4.1/pipeNetwork1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork1.vfy
The file was added/trunk/data/basic/verify_7.4.1/pipeNetwork2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork2.vfy
The file was added/trunk/data/basic/verify_7.4.1/pipeNetwork3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork3.vfy
The file was added/trunk/data/basic/verify_7.4.1/pipeNetwork4.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork4.vfy
The file was added/trunk/data/basic/verify_7.4.1/thickPrint1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/thickPrint1.vfy
The file was added/trunk/data/basic/verify_7.4.1/thickPrint2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/thickPrint2.vfy
The file was added/trunk/data/basic/verify_7.6.0/attribute9a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/attribute9a.vfy
The file was added/trunk/data/basic/verify_7.6.0/attribute9b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/attribute9b.vfy
The file was added/trunk/data/basic/verify_7.6.0/inflatedBody1a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/inflatedBody1a.vfy
The file was added/trunk/data/basic/verify_7.6.0/inflatedBody1b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/inflatedBody1b.vfy
The file was added/trunk/data/basic/verify_7.6.0/inflatedBody2a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/inflatedBody2a.vfy
The file was added/trunk/data/basic/verify_7.6.0/inflatedBody2b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/inflatedBody2b.vfy
The file was added/trunk/data/basic/verify_7.6.0/nmWireBody1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nmWireBody1.vfy
The file was added/trunk/data/basic/verify_7.6.0/nmWireBody2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nmWireBody2.vfy
The file was added/trunk/data/basic/verify_7.6.0/nmWireBody3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nmWireBody3.vfy
The file was added/trunk/data/basic/verify_7.6.0/nmWireBody4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nmWireBody4.vfy
The file was added/trunk/data/basic/verify_7.6.0/nmWireBody5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nmWireBody5.vfy
The file was added/trunk/data/basic/verify_7.6.0/nmWireBody6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/nmWireBody6.vfy
The file was added/trunk/data/basic/verify_7.6.0/pipeNetwork0.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork0.vfy
The file was added/trunk/data/basic/verify_7.6.0/pipeNetwork1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork1.vfy
The file was added/trunk/data/basic/verify_7.6.0/pipeNetwork2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork2.vfy
The file was added/trunk/data/basic/verify_7.6.0/pipeNetwork3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork3.vfy
The file was added/trunk/data/basic/verify_7.6.0/pipeNetwork4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork4.vfy
The file was added/trunk/data/basic/verify_7.6.0/thickPrint1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/thickPrint1.vfy
The file was added/trunk/data/basic/verify_7.6.0/thickPrint2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/thickPrint2.vfy
The file was modified /trunk/data/python/growing1.pyOpenCSM/trunk/data/python/growing1.py
The file was modified /trunk/data/python/growing2.pyOpenCSM/trunk/data/python/growing2.py
The file was modified /trunk/data/python/growing3.pyOpenCSM/trunk/data/python/growing3.py
The file was modified /trunk/data/python/plotter1.pyOpenCSM/trunk/data/python/plotter1.py
The file was modified /trunk/data/python/plotter2.pyOpenCSM/trunk/data/python/plotter2.py
The file was modified /trunk/data/python/shapes.pyOpenCSM/trunk/data/python/shapes.py
The file was added/trunk/data/tutorial6OpenCSM/trunk/data/tutorial6
The file was added/trunk/data/tutorial6/bendWing.pyOpenCSM/trunk/data/tutorial6/bendWing.py
The file was added/trunk/data/tutorial6/conserveUpper.pyOpenCSM/trunk/data/tutorial6/conserveUpper.py
The file was added/trunk/data/tutorial6/interpolateUpper.pyOpenCSM/trunk/data/tutorial6/interpolateUpper.py
The file was added/trunk/data/tutorial6/model1.csmOpenCSM/trunk/data/tutorial6/model1.csm
The file was added/trunk/data/tutorial6/model2.csmOpenCSM/trunk/data/tutorial6/model2.csm
The file was added/trunk/data/tutorial6/model2a.csmOpenCSM/trunk/data/tutorial6/model2a.csm
The file was added/trunk/data/tutorial6/model2b.csmOpenCSM/trunk/data/tutorial6/model2b.csm
The file was added/trunk/data/tutorial6/model3.csmOpenCSM/trunk/data/tutorial6/model3.csm
The file was added/trunk/data/tutorial6/model4.csmOpenCSM/trunk/data/tutorial6/model4.csm
The file was added/trunk/data/tutorial6/model5.csmOpenCSM/trunk/data/tutorial6/model5.csm
The file was added/trunk/data/tutorial6/model5a.udc_origOpenCSM/trunk/data/tutorial6/model5a.udc_orig
The file was added/trunk/data/tutorial6/model5b.udcOpenCSM/trunk/data/tutorial6/model5b.udc
The file was added/trunk/data/tutorial6/optTaper.pyOpenCSM/trunk/data/tutorial6/optTaper.py
The file was added/trunk/data/tutorial6/sizeWing.pyOpenCSM/trunk/data/tutorial6/sizeWing.py
The file was added/trunk/data/tutorial6/stub.pyOpenCSM/trunk/data/tutorial6/stub.py
The file was added/trunk/data/tutorial6/tutorial6.txtOpenCSM/trunk/data/tutorial6/tutorial6.txt
The file was added/trunk/data/tutorial6/viewBodys.pyOpenCSM/trunk/data/tutorial6/viewBodys.py
The file was modified /trunk/docOpenCSM/trunk/doc
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
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/adjointCSM.cOpenCSM/trunk/src/adjointCSM.c
The file was modified /trunk/src/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
The file was modified /trunk/src/tim.cOpenCSM/trunk/src/tim.c
The file was modified /trunk/src/timCapsMode.cOpenCSM/trunk/src/timCapsMode.c
The file was modified /trunk/src/timFlowchart.cOpenCSM/trunk/src/timFlowchart.c
The file was modified /trunk/src/timPlotter.cOpenCSM/trunk/src/timPlotter.c
The file was modified /trunk/src/timPyscript.cOpenCSM/trunk/src/timPyscript.c
The file was modified /trunk/src/timViewer.cOpenCSM/trunk/src/timViewer.c
The file was modified /trunk/src/udpEllipse.cOpenCSM/trunk/src/udpEllipse.c
Revision 2212 by jfdannen:
add sub03 and f104 to studentGallery
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/data/studentGallery/f104.csmOpenCSM/trunk/data/studentGallery/f104.csm
The file was added/trunk/data/studentGallery/sub03.csmOpenCSM/trunk/data/studentGallery/sub03.csm
Revision 1791 by haimes:
Fix up EMP_ThreadDestroy for the M1
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/util/emp.cEGADS/trunk/util/emp.c
Revision 1790 by galbramc:
Stanalizer fixes for Lazy Surreal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealS.hEGADS/trunk/src/Surreal/SurrealS.h
The file was modified /trunk/src/egadsSplineFit.cppEGADS/trunk/src/egadsSplineFit.cpp
Revision 1789 by galbramc:
Use std c++11 for Surreal tests. Fix in depricated EG_loadTess.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/MakefileEGADS/trunk/src/Makefile
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1788 by galbramc:
Use Lazy Expressions for Surreal for slightly better performance on windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealS.hEGADS/trunk/src/Surreal/SurrealS.h
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1787 by haimes:
Minor config changes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
The file was modified /trunk/config/winEnvEGADS/trunk/config/winEnv
Revision 1786 by haimes:
Config change for Windows to always start browsers in the background
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/winEnvEGADS/trunk/config/winEnv
Revision 1785 by haimes:
Windows configuration change to promote Edge
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/winEnvEGADS/trunk/config/winEnv
Revision 1784 by jfdannen:
update README.txt with note about Safari block-ups
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
Revision 1783 by galbramc:
Add makeNmWireBody to pyEGADS
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/pyEGADS/pyEGADS/egads.pyEGADS/trunk/pyEGADS/pyEGADS/egads.py
The file was modified /trunk/pyEGADS/test/test_egads.pyEGADS/trunk/pyEGADS/test/test_egads.py
Revision 1782 by galbramc:
Don't clobber LD_LIBRARY_PATH with ESPenv
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/makeEnvEGADS/trunk/config/makeEnv
Revision 1781 by haimes:
Configuration changes and signature change for EG_makeNmWireBody
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
The file was modified /trunk/config/linREADME.txtEGADS/trunk/config/linREADME.txt
The file was modified /trunk/config/m1README.txtEGADS/trunk/config/m1README.txt
The file was modified /trunk/config/macREADME.txtEGADS/trunk/config/macREADME.txt
The file was modified /trunk/config/winEnvEGADS/trunk/config/winEnv
The file was modified /trunk/config/winREADME.txtEGADS/trunk/config/winREADME.txt
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/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
Revision 736 by galbramc:
Add random sleep for Windoze pip install to avoid install conflicts
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 735 by galbramc:
Install corsairlite dependencies for ESP_Beta testing
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
The file was modified /ESP_Beta.shJenkinsESP/ESP_Beta.sh
Revision 734 by galbramc:
Python suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt
Revision 733 by galbramc:
More error checking in ESPbfr.bat
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
Revision 732 by galbramc:
Attempt Python 3.9.13 again
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
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 731 by galbramc:
macM1 uses 3.8.11
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 730 by galbramc:
Revert back to ESP_Python 3.8.9 for now
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 729 by galbramc:
install matplotlib and scipy for corsairlite
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 728 by galbramc:
install packaging for corsairlite
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 727 by galbramc:
Upgade to ESP_Python-3.9.13
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 726 by galbramc:
Install dill and cvxopt
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 725 by galbramc:
Fix funny permissions on DARWIN64 mastros
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.tgzJenkinsESP/ESPbfr.tgz
Revision 724 by galbramc:
Update macOS intel/M1 mastros with old macOS target
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.tgzJenkinsESP/ESPbfr.tgz
Revision 723 by galbramc:
astros has array out-of-bound problems
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 722 by galbramc:
Don't define ASTROS_ROOT on machines without astros
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 721 by galbramc:
Restore mastros on macOS, macM1, and restore astros on Linux
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
The file was modified /ESPbfr.tgzJenkinsESP/ESPbfr.tgz
Revision 720 by galbramc:
Uses msys64 wget on Windoze
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Beta.batJenkinsESP/ESP_Beta.bat
Revision 719 by jfdannen:
fix formatting error associated with expected errors for frustrum3 and helix3
Change TypePath in RepositoryPath in Workspace
The file was modified /data/basic/csmOCCFailure_7.6.txtJenkinsESP/data/basic/csmOCCFailure_7.6.txt
Revision 718 by jfdannen:
fix formatting error associated with expected errors for frustrum3 and helix3
Change TypePath in RepositoryPath in Workspace
The file was modified /data/basic/csmOCCFailure_7.3.txtJenkinsESP/data/basic/csmOCCFailure_7.3.txt
The file was modified /data/basic/csmOCCFailure_7.4.txtJenkinsESP/data/basic/csmOCCFailure_7.4.txt