Skip to content
Success

Changes

Summary

  1. modify OPAM1.udc to pass Jenkins tests
  2. add simple.py to demonstrate a pyscript that can be run either from python prompt or from serveESP
  3. fix sanitize-address error in udpWaffle when progress=1
  4. add sleep to udpVsp3 to ensure that .stp file is ready for reading; update waffle documentation to include rebuild input argument; fix bug that caused a seg fault if last Body on stack had a degenerate Edge and the -dxdd option was used in serveESP; add attrSpec test case to show how to apply compound string Attributes via the ATTRIBUTE command, via editAttr, and within the waffle; relax restriction on number of SET statements within a waffle; allow PATBREAK in waffle; add waffleC1 test case
  5. modify ocsmGetUV so that inverse evalaution starts at closest tessellation point if npnt is negative; fix memory leak associated with testAdjoint*; fix bug that allowed _hist and __trace__ to contain duplicate entries, which sometimes resulted in an infinite loop; add uCRM test case to data/gallery; fix bug that made had _edgeID point to scribing Face instead of its _faceID during a scribing operation; Edges from a sketch should have _edgeID that identifies the Body and Edge number; fix scribeWing test case; fix _edgeID for Edges that result from SUBTRACTing a SolidBody or planar SheetBody from a SheetBody. BEWARE: backward incompatability for some _edgeID; add edgeIDtest* test cases
  6. add testAdjoint1 test case
  7. make udpWaffle clean up temporary variables if an error occurs while processing a file; add fitCurve8 test case; return error from vspSetup if .vsp3 file does not exist; add pylon/pod to vsp3/OPAM1* test cases
  8. remove X57_MAXWELL_CRM_v4.4.1 from svn (too big)
  9. fix valgrind error in timVspSetup.c; initialization update required by change in EG_mapBody; add bentWaffle test case; SELECT * xmin xmax ... finds closest entity if xmin=xmax ...
  10. fix addressing bug in udpWarp; initial implementation of timVspSetup
  11. convert backslashes to forward slashes in filenames in udpVsp3 because anglescipt expects forward slashes
  12. properly rename vsp3 verification test cases
  13. ATTRRECYCLE forces UDPRIM to not be recycled; fix printing of SELECT with attrValu a number; update udpVsp3 to automatically run vsp; add data/vsp3 test cases; add propInteg*a test cases; use _plugsIgnore on Faces that should be ignored during cloud point reclassifications in Plugs; add udpWarp; add ablate0* test cases
  14. Fix lint
  15. Fix EG_mapBody infinite loop
  16. Update egads.def with EG_mapBody2
  17. Fix incorrect mapBody tests
  18. Fix compile error related to M_PI
  19. Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys.
  20. Add additional Node check in EG_localToGlobal
  21. Add backup M_PI when not available for Surreal
  22. Fix memory leak when error occurs while reading units from STEP/IGES
  23. Rename ref test to avoid conflicting with NASA refine ref
  24. Preserve tessellation attributes in mapTessBody
  25. Small fix for IGES Name reads
  26. IGES reader now also reads all Name attributes. Fix stanalizer warning.
  27. Reduce time extract Name attribute from STEP files.
  28. Upgrade to SU2 8.0.0
  29. Update vsp3 memcheck suppression
  30. Add refine executable PATH
  31. Suppress vspscript leaks
  32. Add data/vsp3/X57_Maxwell_CRM_v4.4.1.csm to csmIgnore for valgrind.
  33. Downgrade to OpenVSP 3.34.0
  34. Add vsp3 jenkins files
  35. Add VSP3_ROOT for vsp3 testing
Revision 2403 by jfdannen:
modify OPAM1.udc to pass Jenkins tests
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/vsp3/OPAM1.udcOpenCSM/trunk/data/vsp3/OPAM1.udc
The file was modified /trunk/src/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
Revision 2402 by jfdannen:
add simple.py to demonstrate a pyscript that can be run either from python prompt or from serveESP
Change TypePath in RepositoryPath in Workspace
The file was modified /trunkOpenCSM/trunk
The file was modified /trunk/ESPOpenCSM/trunk/ESP
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/dataOpenCSM/trunk/data
The file was added/trunk/data/python/simple.pyOpenCSM/trunk/data/python/simple.py
The file was modified /trunk/docOpenCSM/trunk/doc
The file was modified /trunk/prebuiltTestingOpenCSM/trunk/prebuiltTesting
Revision 2401 by jfdannen:
fix sanitize-address error in udpWaffle when progress=1
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
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2400 by jfdannen:
add sleep to udpVsp3 to ensure that .stp file is ready for reading; update waffle documentation to include rebuild input argument; fix bug that caused a seg fault if last Body on stack had a degenerate Edge and the -dxdd option was used in serveESP; add attrSpec test case to show how to apply compound string Attributes via the ATTRIBUTE command, via editAttr, and within the waffle; relax restriction on number of SET statements within a waffle; allow PATBREAK in waffle; add waffleC1 test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
Revision 2399 by jfdannen:
modify ocsmGetUV so that inverse evalaution starts at closest tessellation point if npnt is negative; fix memory leak associated with testAdjoint*; fix bug that allowed _hist and __trace__ to contain duplicate entries, which sometimes resulted in an infinite loop; add uCRM test case to data/gallery; fix bug that made had _edgeID point to scribing Face instead of its _faceID during a scribing operation; Edges from a sketch should have _edgeID that identifies the Body and Edge number; fix scribeWing test case; fix _edgeID for Edges that result from SUBTRACTing a SolidBody or planar SheetBody from a SheetBody. BEWARE: backward incompatability for some _edgeID; add edgeIDtest* 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/attrSpec.csmOpenCSM/trunk/data/basic/attrSpec.csm
The file was modified /trunk/data/basic/designW1.csmOpenCSM/trunk/data/basic/designW1.csm
The file was added/trunk/data/basic/edgeIDtest1.csmOpenCSM/trunk/data/basic/edgeIDtest1.csm
The file was added/trunk/data/basic/edgeIDtest2.csmOpenCSM/trunk/data/basic/edgeIDtest2.csm
The file was added/trunk/data/basic/edgeIDtest3.csmOpenCSM/trunk/data/basic/edgeIDtest3.csm
The file was added/trunk/data/basic/edgeIDtest4.csmOpenCSM/trunk/data/basic/edgeIDtest4.csm
The file was added/trunk/data/basic/edgeIDtest5.csmOpenCSM/trunk/data/basic/edgeIDtest5.csm
The file was added/trunk/data/basic/edgeIDtest6.csmOpenCSM/trunk/data/basic/edgeIDtest6.csm
The file was modified /trunk/data/basic/scribeWing.csmOpenCSM/trunk/data/basic/scribeWing.csm
The file was modified /trunk/data/basic/scribedSphere.csmOpenCSM/trunk/data/basic/scribedSphere.csm
The file was modified /trunk/data/basic/testAdjoint1.csmOpenCSM/trunk/data/basic/testAdjoint1.csm
The file was added/trunk/data/basic/testAdjoint2.csmOpenCSM/trunk/data/basic/testAdjoint2.csm
The file was added/trunk/data/basic/testAdjoint3.csmOpenCSM/trunk/data/basic/testAdjoint3.csm
The file was added/trunk/data/basic/verify_7.6.0/attrSpec.vfyOpenCSM/trunk/data/basic/verify_7.6.0/attrSpec.vfy
The file was modified /trunk/data/basic/verify_7.6.0/designW1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/designW1.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest1.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest2.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest3.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest4.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest5.vfy
The file was added/trunk/data/basic/verify_7.6.0/edgeIDtest6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/edgeIDtest6.vfy
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint2.vfy
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint3.vfy
The file was added/trunk/data/basic/verify_7.6.0/waffleC1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/waffleC1.vfy
The file was added/trunk/data/basic/verify_7.7.0/attrSpec.vfyOpenCSM/trunk/data/basic/verify_7.7.0/attrSpec.vfy
The file was modified /trunk/data/basic/verify_7.7.0/designW1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/designW1.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest1.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest2.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest3.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest4.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest4.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest5.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest5.vfy
The file was added/trunk/data/basic/verify_7.7.0/edgeIDtest6.vfyOpenCSM/trunk/data/basic/verify_7.7.0/edgeIDtest6.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint2.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint2.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint3.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint3.vfy
The file was added/trunk/data/basic/verify_7.7.0/waffleC1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/waffleC1.vfy
The file was added/trunk/data/basic/waffleC1.csmOpenCSM/trunk/data/basic/waffleC1.csm
The file was added/trunk/data/gallery/uCRMOpenCSM/trunk/data/gallery/uCRM
The file was added/trunk/data/gallery/uCRM/CAPS_componentsOpenCSM/trunk/data/gallery/uCRM/CAPS_components
The file was added/trunk/data/gallery/uCRM/CAPS_components/IML_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/IML_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/VLM_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/VLM_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/fuselage_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/fuselage_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/tail_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/tail_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_NACA.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_NACA.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_sharpTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan3x3_sharpTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_sharpTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_components/wing_uCRM_kulfan8x8_sharpTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parametersOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/IML.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/IML.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/NACA.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/NACA.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/NACA_rectangular.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/NACA_rectangular.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/addSlices.pyOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/addSlices.py
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/fuselage.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/fuselage.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_ALL.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_ALL.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_DESPMTR.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_DESPMTR.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_SET.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan3x3_sharpTE_SET.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_bluntTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_bluntTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_5slice.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_5slice.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_moreSlices.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/kulfan8x8_sharpTE_moreSlices.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/tail.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/tail.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/te_height.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/te_height.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/wing.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/wing.udc
The file was added/trunk/data/gallery/uCRM/CAPS_parameters/wing_rectangular.udcOpenCSM/trunk/data/gallery/uCRM/CAPS_parameters/wing_rectangular.udc
The file was added/trunk/data/gallery/uCRM/uCRM_aeroelastic.csmOpenCSM/trunk/data/gallery/uCRM/uCRM_aeroelastic.csm
The file was added/trunk/data/gallery/uCRM/uCRM_rigid.csmOpenCSM/trunk/data/gallery/uCRM/uCRM_rigid.csm
The file was added/trunk/data/gallery/uCRM/verify_7.6.0OpenCSM/trunk/data/gallery/uCRM/verify_7.6.0
The file was added/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_aeroelastic.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_aeroelastic.vfy
The file was added/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_rigid.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.6.0/uCRM_rigid.vfy
The file was added/trunk/data/gallery/uCRM/verify_7.7.0OpenCSM/trunk/data/gallery/uCRM/verify_7.7.0
The file was added/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_aeroelastic.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_aeroelastic.vfy
The file was added/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_rigid.vfyOpenCSM/trunk/data/gallery/uCRM/verify_7.7.0/uCRM_rigid.vfy
The file was modified /trunk/pyOCSM/pyOCSM/ocsm.pyOpenCSM/trunk/pyOCSM/pyOCSM/ocsm.py
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/serveCSM.cOpenCSM/trunk/src/serveCSM.c
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.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
Revision 2398 by jfdannen:
add testAdjoint1 test case
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/testAdjoint1.csmOpenCSM/trunk/data/basic/testAdjoint1.csm
The file was added/trunk/data/basic/verify_7.6.0/testAdjoint1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/testAdjoint1.vfy
The file was added/trunk/data/basic/verify_7.7.0/testAdjoint1.vfyOpenCSM/trunk/data/basic/verify_7.7.0/testAdjoint1.vfy
The file was modified /trunk/src/serveESP.cOpenCSM/trunk/src/serveESP.c
Revision 2397 by jfdannen:
make udpWaffle clean up temporary variables if an error occurs while processing a file; add fitCurve8 test case; return error from vspSetup if .vsp3 file does not exist; add pylon/pod to vsp3/OPAM1* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-vspSetup.jsOpenCSM/trunk/ESP/ESP-vspSetup.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 modified /trunk/data/basicOpenCSM/trunk/data/basic
The file was added/trunk/data/basic/fitCurve8.cloudOpenCSM/trunk/data/basic/fitCurve8.cloud
The file was added/trunk/data/basic/fitCurve8.csmOpenCSM/trunk/data/basic/fitCurve8.csm
The file was added/trunk/data/basic/fitCurve8.txtOpenCSM/trunk/data/basic/fitCurve8.txt
The file was added/trunk/data/basic/verify_7.6.0/fitCurve8.vfyOpenCSM/trunk/data/basic/verify_7.6.0/fitCurve8.vfy
The file was added/trunk/data/basic/verify_7.7.0/fitCurve8.vfyOpenCSM/trunk/data/basic/verify_7.7.0/fitCurve8.vfy
The file was modified /trunk/data/vsp3OpenCSM/trunk/data/vsp3
The file was modified /trunk/data/vsp3/OPAM1.csmOpenCSM/trunk/data/vsp3/OPAM1.csm
The file was added/trunk/data/vsp3/OPAM1.udcOpenCSM/trunk/data/vsp3/OPAM1.udc
The file was modified /trunk/data/vsp3/OPAM1.vsp3OpenCSM/trunk/data/vsp3/OPAM1.vsp3
The file was modified /trunk/data/vsp3/verify_7.6.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/OPAM1.vfy
The file was modified /trunk/data/vsp3/verify_7.7.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/OPAM1.vfy
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/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udpWaffle.cOpenCSM/trunk/src/udpWaffle.c
Revision 2396 by jfdannen:
remove X57_MAXWELL_CRM_v4.4.1 from svn (too big)
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was removed/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csmOpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csm
The file was removed/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3OpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3
Revision 2395 by jfdannen:
fix valgrind error in timVspSetup.c; initialization update required by change in EG_mapBody; add bentWaffle test case; SELECT * xmin xmax ... finds closest entity if xmin=xmax ...
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/ablate0.cOpenCSM/trunk/data/basic/ablate0.c
The file was added/trunk/data/basic/bentWaffle.csmOpenCSM/trunk/data/basic/bentWaffle.csm
The file was added/trunk/data/basic/verify_7.6.0/bentWaffle.vfyOpenCSM/trunk/data/basic/verify_7.6.0/bentWaffle.vfy
The file was added/trunk/data/basic/verify_7.7.0/bentWaffle.vfyOpenCSM/trunk/data/basic/verify_7.7.0/bentWaffle.vfy
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/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udfEditAttr.cOpenCSM/trunk/src/udfEditAttr.c
Revision 2394 by jfdannen:
fix addressing bug in udpWarp; initial implementation of timVspSetup
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ESP/ESP-localhost7681.htmlOpenCSM/trunk/ESP/ESP-localhost7681.html
The file was added/trunk/ESP/ESP-vspSetup.cssOpenCSM/trunk/ESP/ESP-vspSetup.css
The file was added/trunk/ESP/ESP-vspSetup.jsOpenCSM/trunk/ESP/ESP-vspSetup.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 modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/docOpenCSM/trunk/doc
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 added/trunk/src/timVspSetup.cOpenCSM/trunk/src/timVspSetup.c
The file was modified /trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 2393 by jfdannen:
convert backslashes to forward slashes in filenames in udpVsp3 because anglescipt expects forward slashes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/docOpenCSM/trunk/doc
The file was modified /trunk/src/udpVsp3.cOpenCSM/trunk/src/udpVsp3.c
Revision 2392 by jfdannen:
properly rename vsp3 verification test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was removed/trunk/data/vsp3/Verify_7.6.0OpenCSM/trunk/data/vsp3/Verify_7.6.0
The file was removed/trunk/data/vsp3/Verify_7.7.0OpenCSM/trunk/data/vsp3/Verify_7.7.0
The file was added/trunk/data/vsp3/verify_7.6.0OpenCSM/trunk/data/vsp3/verify_7.6.0
The file was added/trunk/data/vsp3/verify_7.6.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/BWB.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/BWB.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/EULAIR.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/JobyS4.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Myjet.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Myjet.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/OPAM1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/agm129.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/agm129.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/c5.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/c5.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/mq28.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/mq28.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/nasper.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/nasper.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/sbs.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/sbs.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/verify_7.6.0/vtol.vfyOpenCSM/trunk/data/vsp3/verify_7.6.0/vtol.vfy
The file was added/trunk/data/vsp3/verify_7.7.0OpenCSM/trunk/data/vsp3/verify_7.7.0
The file was added/trunk/data/vsp3/verify_7.7.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/BWB.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/BWB.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/EULAIR.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/JobyS4.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Myjet.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Myjet.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/OPAM1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/agm129.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/agm129.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/c5.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/c5.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/mq28.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/mq28.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/nasper.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/nasper.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/sbs.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/sbs.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/verify_7.7.0/vtol.vfyOpenCSM/trunk/data/vsp3/verify_7.7.0/vtol.vfy
Revision 2391 by jfdannen:
ATTRRECYCLE forces UDPRIM to not be recycled; fix printing of SELECT with attrValu a number; update udpVsp3 to automatically run vsp; add data/vsp3 test cases; add propInteg*a test cases; use _plugsIgnore on Faces that should be ignored during cloud point reclassifications in Plugs; add udpWarp; add ablate0* test cases
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/ablate0.cOpenCSM/trunk/data/basic/ablate0.c
The file was removed/trunk/data/basic/ablate0.csmOpenCSM/trunk/data/basic/ablate0.csm
The file was added/trunk/data/basic/ablate0.jrnlOpenCSM/trunk/data/basic/ablate0.jrnl
The file was added/trunk/data/basic/ablate0.txtOpenCSM/trunk/data/basic/ablate0.txt
The file was added/trunk/data/basic/ablate0a.csmOpenCSM/trunk/data/basic/ablate0a.csm
The file was added/trunk/data/basic/ablate0b.csmOpenCSM/trunk/data/basic/ablate0b.csm
The file was added/trunk/data/basic/ablate0c.csmOpenCSM/trunk/data/basic/ablate0c.csm
The file was added/trunk/data/basic/ablate0d.csmOpenCSM/trunk/data/basic/ablate0d.csm
The file was added/trunk/data/basic/ablate0e.csmOpenCSM/trunk/data/basic/ablate0e.csm
The file was added/trunk/data/basic/propInteg1a.csmOpenCSM/trunk/data/basic/propInteg1a.csm
The file was added/trunk/data/basic/propInteg2a.csmOpenCSM/trunk/data/basic/propInteg2a.csm
The file was removed/trunk/data/basic/verify_7.6.0/ablate0.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0a.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0b.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0c.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0d.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0d.vfy
The file was added/trunk/data/basic/verify_7.6.0/ablate0e.vfyOpenCSM/trunk/data/basic/verify_7.6.0/ablate0e.vfy
The file was added/trunk/data/basic/verify_7.6.0/propInteg1a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/propInteg1a.vfy
The file was added/trunk/data/basic/verify_7.6.0/propInteg2a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/propInteg2a.vfy
The file was removed/trunk/data/basic/verify_7.7.0/ablate0.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0a.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0b.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0b.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0c.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0c.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0d.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0d.vfy
The file was added/trunk/data/basic/verify_7.7.0/ablate0e.vfyOpenCSM/trunk/data/basic/verify_7.7.0/ablate0e.vfy
The file was added/trunk/data/basic/verify_7.7.0/propInteg1a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/propInteg1a.vfy
The file was added/trunk/data/basic/verify_7.7.0/propInteg2a.vfyOpenCSM/trunk/data/basic/verify_7.7.0/propInteg2a.vfy
The file was added/trunk/data/vsp3OpenCSM/trunk/data/vsp3
The file was added/trunk/data/vsp3/Airbus_Beluga.csmOpenCSM/trunk/data/vsp3/Airbus_Beluga.csm
The file was added/trunk/data/vsp3/Airbus_Beluga.vsp3OpenCSM/trunk/data/vsp3/Airbus_Beluga.vsp3
The file was added/trunk/data/vsp3/BWB.csmOpenCSM/trunk/data/vsp3/BWB.csm
The file was added/trunk/data/vsp3/BWB.vsp3OpenCSM/trunk/data/vsp3/BWB.vsp3
The file was added/trunk/data/vsp3/Bombardier_DASH8-Q100.csmOpenCSM/trunk/data/vsp3/Bombardier_DASH8-Q100.csm
The file was added/trunk/data/vsp3/Bombardier_DASH8-Q100.vsp3OpenCSM/trunk/data/vsp3/Bombardier_DASH8-Q100.vsp3
The file was added/trunk/data/vsp3/DG-1.2.vsp3OpenCSM/trunk/data/vsp3/DG-1.2.vsp3
The file was added/trunk/data/vsp3/DG-1.2_noMan.csmOpenCSM/trunk/data/vsp3/DG-1.2_noMan.csm
The file was added/trunk/data/vsp3/DG-1.2_noMan.vsp3OpenCSM/trunk/data/vsp3/DG-1.2_noMan.vsp3
The file was added/trunk/data/vsp3/ERJ-190-E2.csmOpenCSM/trunk/data/vsp3/ERJ-190-E2.csm
The file was added/trunk/data/vsp3/ERJ-190-E2.vsp3OpenCSM/trunk/data/vsp3/ERJ-190-E2.vsp3
The file was added/trunk/data/vsp3/EULAIR.csmOpenCSM/trunk/data/vsp3/EULAIR.csm
The file was added/trunk/data/vsp3/EULAIR.vsp3OpenCSM/trunk/data/vsp3/EULAIR.vsp3
The file was added/trunk/data/vsp3/Jet_MR1.csmOpenCSM/trunk/data/vsp3/Jet_MR1.csm
The file was added/trunk/data/vsp3/Jet_MR1.vsp3OpenCSM/trunk/data/vsp3/Jet_MR1.vsp3
The file was added/trunk/data/vsp3/JobyS4.csmOpenCSM/trunk/data/vsp3/JobyS4.csm
The file was added/trunk/data/vsp3/JobyS4.vsp3OpenCSM/trunk/data/vsp3/JobyS4.vsp3
The file was added/trunk/data/vsp3/Myjet.csmOpenCSM/trunk/data/vsp3/Myjet.csm
The file was added/trunk/data/vsp3/Myjet.vsp3OpenCSM/trunk/data/vsp3/Myjet.vsp3
The file was added/trunk/data/vsp3/NASA_Multi-Tiltrotor.csmOpenCSM/trunk/data/vsp3/NASA_Multi-Tiltrotor.csm
The file was added/trunk/data/vsp3/NASA_Multi-Tiltrotor.vsp3OpenCSM/trunk/data/vsp3/NASA_Multi-Tiltrotor.vsp3
The file was added/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.csmOpenCSM/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.csm
The file was added/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.vsp3OpenCSM/trunk/data/vsp3/NASA_Tiltduct_CrossShafted_NoVanes.vsp3
The file was added/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.csmOpenCSM/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.csm
The file was added/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.vsp3OpenCSM/trunk/data/vsp3/NASA_Tiltduct_DirectDrive_5Vanes.vsp3
The file was added/trunk/data/vsp3/OPAM1.csmOpenCSM/trunk/data/vsp3/OPAM1.csm
The file was added/trunk/data/vsp3/OPAM1.desOpenCSM/trunk/data/vsp3/OPAM1.des
The file was added/trunk/data/vsp3/OPAM1.vsp3OpenCSM/trunk/data/vsp3/OPAM1.vsp3
The file was added/trunk/data/vsp3/OPAM1_ref.csmOpenCSM/trunk/data/vsp3/OPAM1_ref.csm
The file was added/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.csmOpenCSM/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.csm
The file was added/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.vsp3OpenCSM/trunk/data/vsp3/QEU2023-SMR-6pax-turbo-notar_450fps.vsp3
The file was added/trunk/data/vsp3/Sukboi_Suk_31_SFB.csmOpenCSM/trunk/data/vsp3/Sukboi_Suk_31_SFB.csm
The file was added/trunk/data/vsp3/Sukboi_Suk_31_SFB.vsp3OpenCSM/trunk/data/vsp3/Sukboi_Suk_31_SFB.vsp3
The file was added/trunk/data/vsp3/UAV_Reconocimientover_1.2_.csmOpenCSM/trunk/data/vsp3/UAV_Reconocimientover_1.2_.csm
The file was added/trunk/data/vsp3/UAV_Reconocimientover_1.2_.vsp3OpenCSM/trunk/data/vsp3/UAV_Reconocimientover_1.2_.vsp3
The file was added/trunk/data/vsp3/Verify_7.6.0OpenCSM/trunk/data/vsp3/Verify_7.6.0
The file was added/trunk/data/vsp3/Verify_7.6.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/BWB.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/BWB.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/EULAIR.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/JobyS4.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Myjet.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Myjet.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/OPAM1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/agm129.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/agm129.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/c5.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/c5.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/mq28.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/mq28.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/nasper.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/nasper.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/sbs.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/sbs.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/Verify_7.6.0/vtol.vfyOpenCSM/trunk/data/vsp3/Verify_7.6.0/vtol.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0OpenCSM/trunk/data/vsp3/Verify_7.7.0
The file was added/trunk/data/vsp3/Verify_7.7.0/Airbus_Beluga.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Airbus_Beluga.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/BWB.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/BWB.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Bombardier_DASH8-Q100.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Bombardier_DASH8-Q100.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/DG-1.2_noMan.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/DG-1.2_noMan.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/ERJ-190-E2.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/ERJ-190-E2.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/EULAIR.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/EULAIR.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Jet_MR1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Jet_MR1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/JobyS4.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/JobyS4.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Myjet.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Myjet.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/NASA_Multi-Tiltrotor.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/NASA_Multi-Tiltrotor.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_CrossShafted_NoVanes.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/NASA_Tiltduct_DirectDrive_5Vanes.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/OPAM1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/OPAM1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/OPAM1_ref.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/OPAM1_ref.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/QEU2023-SMR-6pax-turbo-notar_450fps.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/Sukboi_Suk_31_SFB.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/Sukboi_Suk_31_SFB.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/UAV_Reconocimientover_1.2_.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/UAV_Reconocimientover_1.2_.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/X57_Maxwell_CRM_v4.4.1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/agm129.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/agm129.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/avion_de_transporte.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/avion_de_transporte.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/c5.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/c5.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/liftpcruise.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/liftpcruise.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/mq28.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/mq28.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/nasper.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/nasper.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/newprojectUAV.R-1.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/newprojectUAV.R-1.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/sbs.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/sbs.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/sialia_r2.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/sialia_r2.vfy
The file was added/trunk/data/vsp3/Verify_7.7.0/vtol.vfyOpenCSM/trunk/data/vsp3/Verify_7.7.0/vtol.vfy
The file was added/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csmOpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.csm
The file was added/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3OpenCSM/trunk/data/vsp3/X57_Maxwell_CRM_v4.4.1.vsp3
The file was added/trunk/data/vsp3/agm129.csmOpenCSM/trunk/data/vsp3/agm129.csm
The file was added/trunk/data/vsp3/agm129.vsp3OpenCSM/trunk/data/vsp3/agm129.vsp3
The file was added/trunk/data/vsp3/avion_de_transporte.csmOpenCSM/trunk/data/vsp3/avion_de_transporte.csm
The file was added/trunk/data/vsp3/avion_de_transporte.vsp3OpenCSM/trunk/data/vsp3/avion_de_transporte.vsp3
The file was added/trunk/data/vsp3/c5.csmOpenCSM/trunk/data/vsp3/c5.csm
The file was added/trunk/data/vsp3/c5.vsp3OpenCSM/trunk/data/vsp3/c5.vsp3
The file was added/trunk/data/vsp3/liftpcruise.csmOpenCSM/trunk/data/vsp3/liftpcruise.csm
The file was added/trunk/data/vsp3/liftpcruise.vsp3OpenCSM/trunk/data/vsp3/liftpcruise.vsp3
The file was added/trunk/data/vsp3/mq28.csmOpenCSM/trunk/data/vsp3/mq28.csm
The file was added/trunk/data/vsp3/mq28.vsp3OpenCSM/trunk/data/vsp3/mq28.vsp3
The file was added/trunk/data/vsp3/mq28_imagesOpenCSM/trunk/data/vsp3/mq28_images
The file was added/trunk/data/vsp3/mq28_images/ATS-taxi-9668-2_960x640.pngOpenCSM/trunk/data/vsp3/mq28_images/ATS-taxi-9668-2_960x640.png
The file was added/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman02-960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman02-960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman03-960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats-gallery-ATS-Loyal-Wingman03-960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats_engine-testing-9844_960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats_engine-testing-9844_960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats_engine-testing-9859_960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats_engine-testing-9859_960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/ats_gallery6_960x600.jpgOpenCSM/trunk/data/vsp3/mq28_images/ats_gallery6_960x600.jpg
The file was added/trunk/data/vsp3/mq28_images/front_real_enginetest.pngOpenCSM/trunk/data/vsp3/mq28_images/front_real_enginetest.png
The file was added/trunk/data/vsp3/mq28_images/front_render_lighting.pngOpenCSM/trunk/data/vsp3/mq28_images/front_render_lighting.png
The file was added/trunk/data/vsp3/mq28_images/rear_view_A.pngOpenCSM/trunk/data/vsp3/mq28_images/rear_view_A.png
The file was added/trunk/data/vsp3/mq28_images/rear_view_B.pngOpenCSM/trunk/data/vsp3/mq28_images/rear_view_B.png
The file was added/trunk/data/vsp3/mq28_images/topview.pngOpenCSM/trunk/data/vsp3/mq28_images/topview.png
The file was added/trunk/data/vsp3/mq28_images/topview_rotated.pngOpenCSM/trunk/data/vsp3/mq28_images/topview_rotated.png
The file was added/trunk/data/vsp3/nasper.csmOpenCSM/trunk/data/vsp3/nasper.csm
The file was added/trunk/data/vsp3/nasper.vsp3OpenCSM/trunk/data/vsp3/nasper.vsp3
The file was added/trunk/data/vsp3/newprojectUAV.R-1.csmOpenCSM/trunk/data/vsp3/newprojectUAV.R-1.csm
The file was added/trunk/data/vsp3/newprojectUAV.R-1.vsp3OpenCSM/trunk/data/vsp3/newprojectUAV.R-1.vsp3
The file was added/trunk/data/vsp3/sbs.csmOpenCSM/trunk/data/vsp3/sbs.csm
The file was added/trunk/data/vsp3/sbs.vsp3OpenCSM/trunk/data/vsp3/sbs.vsp3
The file was added/trunk/data/vsp3/sialia_r2.csmOpenCSM/trunk/data/vsp3/sialia_r2.csm
The file was added/trunk/data/vsp3/sialia_r2.vsp3OpenCSM/trunk/data/vsp3/sialia_r2.vsp3
The file was added/trunk/data/vsp3/vtol.csmOpenCSM/trunk/data/vsp3/vtol.csm
The file was added/trunk/data/vsp3/vtol.vsp3OpenCSM/trunk/data/vsp3/vtol.vsp3
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/timPlugs.cOpenCSM/trunk/src/timPlugs.c
The file was modified /trunk/src/udp.cOpenCSM/trunk/src/udp.c
The file was modified /trunk/src/udp.hOpenCSM/trunk/src/udp.h
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 added/trunk/src/udpWarp.cOpenCSM/trunk/src/udpWarp.c
Revision 1953 by galbramc:
Fix lint
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
Revision 1952 by galbramc:
Fix EG_mapBody infinite loop
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
Revision 1951 by galbramc:
Update egads.def with EG_mapBody2
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egads.defEGADS/trunk/src/egads.def
Revision 1950 by galbramc:
Fix incorrect mapBody tests
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/test/runtests.jlEGADS/trunk/jlEGADS/egads/test/runtests.jl
The file was modified /trunk/pyEGADS/test/test_egads.pyEGADS/trunk/pyEGADS/test/test_egads.py
Revision 1949 by galbramc:
Fix compile error related to M_PI
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealD_Lazy.hEGADS/trunk/src/Surreal/SurrealD_Lazy.h
The file was modified /trunk/src/Surreal/SurrealD_Trad.hEGADS/trunk/src/Surreal/SurrealD_Trad.h
The file was modified /trunk/src/Surreal/SurrealS_Lazy.hEGADS/trunk/src/Surreal/SurrealS_Lazy.h
The file was modified /trunk/src/Surreal/SurrealS_Trad.hEGADS/trunk/src/Surreal/SurrealS_Trad.h
Revision 1948 by galbramc:
Fix EG_mapBody when topology is identical but geometry differs. Add EG_mapBody2 as replacement for EG_mapBody that also works on FaceBodys.
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/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
The file was modified /trunk/src/egadsTopo.cppEGADS/trunk/src/egadsTopo.cpp
The file was modified /trunk/src/fgadsTopo.cEGADS/trunk/src/fgadsTopo.c
The file was modified /trunk/test/mapTess.cEGADS/trunk/test/mapTess.c
Revision 1947 by galbramc:
Add additional Node check in EG_localToGlobal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTessInp.cEGADS/trunk/src/egadsTessInp.c
Revision 1946 by galbramc:
Add backup M_PI when not available for Surreal
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Surreal/SurrealD_Lazy.hEGADS/trunk/src/Surreal/SurrealD_Lazy.h
The file was modified /trunk/src/Surreal/SurrealD_Trad.hEGADS/trunk/src/Surreal/SurrealD_Trad.h
The file was modified /trunk/src/Surreal/SurrealS_Lazy.hEGADS/trunk/src/Surreal/SurrealS_Lazy.h
The file was modified /trunk/src/Surreal/SurrealS_Trad.hEGADS/trunk/src/Surreal/SurrealS_Trad.h
Revision 1945 by galbramc:
Fix memory leak when error occurs while reading units from STEP/IGES
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1944 by galbramc:
Rename ref test to avoid conflicting with NASA refine ref
Change TypePath in RepositoryPath in Workspace
The file was removed/trunk/test/ref.cEGADS/trunk/test/ref.c
The file was removed/trunk/test/ref.makeEGADS/trunk/test/ref.make
The file was added/trunk/test/refObj.cEGADS/trunk/test/refObj.c
The file was added/trunk/test/refObj.makeEGADS/trunk/test/refObj.make
Revision 1943 by galbramc:
Preserve tessellation attributes in mapTessBody
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsTess.cEGADS/trunk/src/egadsTess.c
Revision 1942 by galbramc:
Small fix for IGES Name reads
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1941 by galbramc:
IGES reader now also reads all Name attributes. Fix stanalizer warning.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 1940 by galbramc:
Reduce time extract Name attribute from STEP files.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsIO.cppEGADS/trunk/src/egadsIO.cpp
Revision 835 by galbramc:
Upgrade to SU2 8.0.0
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 834 by galbramc:
Update vsp3 memcheck suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Memcheck.shJenkinsESP/ESP_Memcheck.sh
The file was modified /ESP_Undefined.shJenkinsESP/ESP_Undefined.sh
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt
Revision 833 by galbramc:
Add refine executable PATH
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 832 by galbramc:
Suppress vspscript leaks
Change TypePath in RepositoryPath in Workspace
The file was modified /suppression_address.txtJenkinsESP/suppression_address.txt
Revision 831 by galbramc:
Add data/vsp3/X57_Maxwell_CRM_v4.4.1.csm to csmIgnore for valgrind.
Change TypePath in RepositoryPath in Workspace
The file was modified /data/csmIgnore.txtJenkinsESP/data/csmIgnore.txt
Revision 830 by galbramc:
Downgrade to OpenVSP 3.34.0
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 829 by galbramc:
Add vsp3 jenkins files
Change TypePath in RepositoryPath in Workspace
The file was added/data/vsp3JenkinsESP/data/vsp3
The file was added/data/vsp3/csmErrorHandling.txtJenkinsESP/data/vsp3/csmErrorHandling.txt
The file was added/data/vsp3/csmOCCFailure_7.6.txtJenkinsESP/data/vsp3/csmOCCFailure_7.6.txt
The file was added/data/vsp3/csmOCCFailure_7.7.txtJenkinsESP/data/vsp3/csmOCCFailure_7.7.txt
The file was added/data/vsp3/egadsTessError.txtJenkinsESP/data/vsp3/egadsTessError.txt
Revision 828 by galbramc:
Add VSP3_ROOT for vsp3 testing
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