Skip to content
Success

Changes

Summary

  1. update Makefile.LINUX64
  2. add udfDumpPmtrs and associated test case; implement RESTORE .. (dot dot) to duplicate all Bodys (and Mark) back to the Mark and RESTORE ... (dot dot dot) to duplicate entire stack; add restore3 test case; allow UDF to not return a Body or Bodys; update udfOffset so that it can handle concave corners (but not case where Edges disappear)
  3. temporarily remove offset9* test cases
  4. update udfOffset for negative distance
  5. fix hint associated with JOIN; change JOIN so that it can make non-manifold WireBodys; modify numWireBody* test cases; create ELEVATE command, which only elevates WireBody to SheetBody and SheetBody to SolidBody; remove COMBINE command and instruct user to use JOIN and ELEVATE instead; update UNION and JOIN such that if toMark is set but the operation fails, the stack is left unaltered; add unionSolids* test cases; fix typos in ESP-help (and OpenCSM.h)
  6. add (unneeded) initializations in udfOffset to resolve incorrect lint complaints
  7. implement udpEqn2body for WireBodys; modify inflatedBody2b to use the replicate.udc; implement udfOffset; create offset* test cases; improve error handling associated with SELECT SORT; modify flend5* test cases to use udfOffset
  8. uprev to v1.22
  9. fix bug that did not update at-parameters for REORDER command; fix bug that changed the input Body to REORDER; fix sensitivity bug whan a RULE/BLEND xsect is RESTOREd after being used
  10. initialize *info in ocsmBodyDetails; return sensible error message when a SET is applied to a CONPMTR, CFGPMTR, or DESPMTR
  11. Fix _close! function to properly check garbage collection for both egads and egadslite
  12. Fix jlEGADS makefiles for zsh
  13. jlEGADS makefile adjusments. Other small cleanup.
  14. delete manifest from lite
  15. now ??
  16. egads also used from egadscommon.jl dependencies
  17. remove unnecesary ENVS
  18. now with actually things inside
  19. created egads common folders
  20. Rule with Loops of differing number of Edges passes simple test with null 'bay'
  21. Can rule with sections of different number of Edges -- still need to check null bays, multiplicity > 1, curved EndCaps & EG_splineGeom_dot
  22. Close memory leak in EGADSlite associated with full attributes
  23. Fix scan-build problem
  24. Fix warning from last commit
  25. Second (but incomplete) cut at Rule with differring numbers of Edges
  26. Another minor correction to last commit
  27. Minor correction to last commit
  28. First (but incomplete) cut at Rule with differring numbers of Edges
  29. Don't allow for Figure 8 Nodes in ELoops (for now)
  30. Another def file fix
  31. Add setTessParam to lite def file
  32. Updates to egadslite to support pyEGADS.egadslite
  33. First cut at pyEGADS.egadslite
  34. Remove manifest files for jlEGADS. Check array size for makeGeometry. Fix makeGeometry tests. Some references fixes.
  35. Fix some pyEGADS refrencing. Check data length for pyEGADS makeGeometry.
  36. Fix topObj during EGADSlite import
  37. Add U periodic options to EG_approximate for surfaces
  38. try
  39. Allow for full attribution in EGADSlite
  40. Add reference counting for jlEGADS finalizers. Lots of other jlEGADS cleanup.
  41. Fix for last commit
  42. Various Julia cleanup and fixes
  43. Update julia Makefile
  44. Remove jlEGADS environment variable
  45. added package install
  46. added Makefile
  47. first jlEGADS
  48. First cut at fitting periodic curves
  49. Fix a number of bugs in the Effective Topology
  50. Uprev EGADS
  51. Forgot DARWIN64.clang and DARWIN64.gcc
  52. Move DARWIN64 ifort link flag to support EGADS test builds
  53. Fix for ifort on newer versions of macOS
  54. numpy suppression
  55. Always build egadslite
  56. Update julia path on linux
  57. Remove jlEGADS from Sanitizer and Valgrind
  58. mark helix3 and frustrum3 as expected successes
  59. Add jlEGADS test to Sanitizer and valgrind
  60. Correct path
  61. Add julia testing
  62. Small fix in xfoil executables
  63. Higher output precision xfoil executables
  64. Upgrade to AFLR 10.22.23
  65. Another regsx fix
  66. Fix email template
  67. Ignore ifort warnings
Revision 2271 by jfdannen:
update Makefile.LINUX64
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/Makefile.LINUX64OpenCSM/trunk/src/Makefile.LINUX64
Revision 2270 by jfdannen:
add udfDumpPmtrs and associated test case; implement RESTORE .. (dot dot) to duplicate all Bodys (and Mark) back to the Mark and RESTORE ... (dot dot dot) to duplicate entire stack; add restore3 test case; allow UDF to not return a Body or Bodys; update udfOffset so that it can handle concave corners (but not case where Edges disappear)
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was added/trunk/data/basic/dumpPmtrs.csmOpenCSM/trunk/data/basic/dumpPmtrs.csm
The file was added/trunk/data/basic/restore3.csmOpenCSM/trunk/data/basic/restore3.csm
The file was added/trunk/data/basic/verify_7.4.1/dumpPmtrs.vfyOpenCSM/trunk/data/basic/verify_7.4.1/dumpPmtrs.vfy
The file was added/trunk/data/basic/verify_7.4.1/restore3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/restore3.vfy
The file was added/trunk/data/basic/verify_7.6.0/dumpPmtrs.vfyOpenCSM/trunk/data/basic/verify_7.6.0/dumpPmtrs.vfy
The file was added/trunk/data/basic/verify_7.6.0/restore3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/restore3.vfy
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/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 added/trunk/src/udfDumpPmtrs.cOpenCSM/trunk/src/udfDumpPmtrs.c
Revision 2269 by jfdannen:
temporarily remove offset9* test cases
Change TypePath in RepositoryPath in Workspace
The file was removed/trunk/data/basic/offset9x.csmOpenCSM/trunk/data/basic/offset9x.csm
The file was removed/trunk/data/basic/offset9y.csmOpenCSM/trunk/data/basic/offset9y.csm
The file was removed/trunk/data/basic/offset9z.csmOpenCSM/trunk/data/basic/offset9z.csm
Revision 2268 by jfdannen:
update udfOffset for negative distance
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/ToDo.txtOpenCSM/trunk/ToDo.txt
The file was modified /trunk/data/basic/verify_7.4.1/offset3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset3.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset6.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset6.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset7x.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset7x.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset7y.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset7y.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset7z.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset7z.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset6.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset7x.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset7x.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset7y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset7y.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset7z.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset7z.vfy
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 2267 by jfdannen:
fix hint associated with JOIN; change JOIN so that it can make non-manifold WireBodys; modify numWireBody* test cases; create ELEVATE command, which only elevates WireBody to SheetBody and SheetBody to SolidBody;  remove COMBINE command and instruct user to use JOIN and ELEVATE instead; update UNION and JOIN such that if toMark is set but the operation fails, the stack is left unaltered; add unionSolids* test cases; fix typos in ESP-help (and OpenCSM.h)
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-localhost7681.htmlOpenCSM/trunk/ESP/ESP-localhost7681.html
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/data/basic/L1T2.csmOpenCSM/trunk/data/basic/L1T2.csm
The file was modified /trunk/data/basic/blend_nacelle.csmOpenCSM/trunk/data/basic/blend_nacelle.csm
The file was modified /trunk/data/basic/closeBody1.csmOpenCSM/trunk/data/basic/closeBody1.csm
The file was modified /trunk/data/basic/closeBody2.csmOpenCSM/trunk/data/basic/closeBody2.csm
The file was modified /trunk/data/basic/closeBody3.csmOpenCSM/trunk/data/basic/closeBody3.csm
The file was removed/trunk/data/basic/combine1.csmOpenCSM/trunk/data/basic/combine1.csm
The file was removed/trunk/data/basic/combine2.csmOpenCSM/trunk/data/basic/combine2.csm
The file was removed/trunk/data/basic/combine3.csmOpenCSM/trunk/data/basic/combine3.csm
The file was removed/trunk/data/basic/combine4.csmOpenCSM/trunk/data/basic/combine4.csm
The file was removed/trunk/data/basic/combine5.csmOpenCSM/trunk/data/basic/combine5.csm
The file was removed/trunk/data/basic/combine6a.csmOpenCSM/trunk/data/basic/combine6a.csm
The file was removed/trunk/data/basic/combine6b.csmOpenCSM/trunk/data/basic/combine6b.csm
The file was removed/trunk/data/basic/combine7a.csmOpenCSM/trunk/data/basic/combine7a.csm
The file was removed/trunk/data/basic/combine7b.csmOpenCSM/trunk/data/basic/combine7b.csm
The file was removed/trunk/data/basic/combine8a.csmOpenCSM/trunk/data/basic/combine8a.csm
The file was modified /trunk/data/basic/connect5.csmOpenCSM/trunk/data/basic/connect5.csm
The file was modified /trunk/data/basic/connect8d.csmOpenCSM/trunk/data/basic/connect8d.csm
The file was added/trunk/data/basic/elevate1.csmOpenCSM/trunk/data/basic/elevate1.csm
The file was added/trunk/data/basic/elevate2.csmOpenCSM/trunk/data/basic/elevate2.csm
The file was added/trunk/data/basic/elevate3.csmOpenCSM/trunk/data/basic/elevate3.csm
The file was added/trunk/data/basic/elevate4.csmOpenCSM/trunk/data/basic/elevate4.csm
The file was added/trunk/data/basic/elevate5.csmOpenCSM/trunk/data/basic/elevate5.csm
The file was added/trunk/data/basic/elevate6a.csmOpenCSM/trunk/data/basic/elevate6a.csm
The file was added/trunk/data/basic/elevate6b.csmOpenCSM/trunk/data/basic/elevate6b.csm
The file was added/trunk/data/basic/elevate7a.csmOpenCSM/trunk/data/basic/elevate7a.csm
The file was added/trunk/data/basic/elevate7b.csmOpenCSM/trunk/data/basic/elevate7b.csm
The file was added/trunk/data/basic/elevate8a.csmOpenCSM/trunk/data/basic/elevate8a.csm
The file was modified /trunk/data/basic/extractShells1.csmOpenCSM/trunk/data/basic/extractShells1.csm
The file was modified /trunk/data/basic/extractShells2.csmOpenCSM/trunk/data/basic/extractShells2.csm
The file was modified /trunk/data/basic/fitCurve1.csmOpenCSM/trunk/data/basic/fitCurve1.csm
The file was modified /trunk/data/basic/flowaround1.csmOpenCSM/trunk/data/basic/flowaround1.csm
The file was modified /trunk/data/basic/flowaround2.csmOpenCSM/trunk/data/basic/flowaround2.csm
The file was modified /trunk/data/basic/flowaround3.csmOpenCSM/trunk/data/basic/flowaround3.csm
The file was modified /trunk/data/basic/flowthru1.csmOpenCSM/trunk/data/basic/flowthru1.csm
The file was modified /trunk/data/basic/flowthru2.csmOpenCSM/trunk/data/basic/flowthru2.csm
The file was modified /trunk/data/basic/flowthru3.csmOpenCSM/trunk/data/basic/flowthru3.csm
The file was modified /trunk/data/basic/inletWithWalls1.csmOpenCSM/trunk/data/basic/inletWithWalls1.csm
The file was modified /trunk/data/basic/joinSheets6a.csmOpenCSM/trunk/data/basic/joinSheets6a.csm
The file was added/trunk/data/basic/joinSheets6b.csmOpenCSM/trunk/data/basic/joinSheets6b.csm
The file was modified /trunk/data/basic/joinUnion2.csmOpenCSM/trunk/data/basic/joinUnion2.csm
The file was added/trunk/data/basic/joinUnion3.csmOpenCSM/trunk/data/basic/joinUnion3.csm
The file was modified /trunk/data/basic/nmWireBody1.csmOpenCSM/trunk/data/basic/nmWireBody1.csm
The file was modified /trunk/data/basic/nmWireBody2.csmOpenCSM/trunk/data/basic/nmWireBody2.csm
The file was modified /trunk/data/basic/nmWireBody3.csmOpenCSM/trunk/data/basic/nmWireBody3.csm
The file was modified /trunk/data/basic/nmWireBody4.csmOpenCSM/trunk/data/basic/nmWireBody4.csm
The file was modified /trunk/data/basic/nmWireBody5.csmOpenCSM/trunk/data/basic/nmWireBody5.csm
The file was modified /trunk/data/basic/nmWireBody6.csmOpenCSM/trunk/data/basic/nmWireBody6.csm
The file was modified /trunk/data/basic/offset3.csmOpenCSM/trunk/data/basic/offset3.csm
The file was modified /trunk/data/basic/offset6.csmOpenCSM/trunk/data/basic/offset6.csm
The file was modified /trunk/data/basic/offset7x.csmOpenCSM/trunk/data/basic/offset7x.csm
The file was modified /trunk/data/basic/offset7y.csmOpenCSM/trunk/data/basic/offset7y.csm
The file was modified /trunk/data/basic/offset7z.csmOpenCSM/trunk/data/basic/offset7z.csm
The file was modified /trunk/data/basic/offset8x.csmOpenCSM/trunk/data/basic/offset8x.csm
The file was modified /trunk/data/basic/offset8y.csmOpenCSM/trunk/data/basic/offset8y.csm
The file was modified /trunk/data/basic/offset8z.csmOpenCSM/trunk/data/basic/offset8z.csm
The file was modified /trunk/data/basic/offset9x.csmOpenCSM/trunk/data/basic/offset9x.csm
The file was modified /trunk/data/basic/offset9y.csmOpenCSM/trunk/data/basic/offset9y.csm
The file was modified /trunk/data/basic/offset9z.csmOpenCSM/trunk/data/basic/offset9z.csm
The file was modified /trunk/data/basic/pipeNetwork0.csmOpenCSM/trunk/data/basic/pipeNetwork0.csm
The file was modified /trunk/data/basic/pipeNetwork1.csmOpenCSM/trunk/data/basic/pipeNetwork1.csm
The file was modified /trunk/data/basic/pipeNetwork2.csmOpenCSM/trunk/data/basic/pipeNetwork2.csm
The file was modified /trunk/data/basic/pipeNetwork3.csmOpenCSM/trunk/data/basic/pipeNetwork3.csm
The file was modified /trunk/data/basic/pipeNetwork4.csmOpenCSM/trunk/data/basic/pipeNetwork4.csm
The file was added/trunk/data/basic/pipeNetwork5.csmOpenCSM/trunk/data/basic/pipeNetwork5.csm
The file was added/trunk/data/basic/pipeNetwork5.txtOpenCSM/trunk/data/basic/pipeNetwork5.txt
The file was modified /trunk/data/basic/poly4.csmOpenCSM/trunk/data/basic/poly4.csm
The file was modified /trunk/data/basic/rocketnozzle2.csmOpenCSM/trunk/data/basic/rocketnozzle2.csm
The file was modified /trunk/data/basic/rule8.csmOpenCSM/trunk/data/basic/rule8.csm
The file was modified /trunk/data/basic/sectionsWithHoles1b.csmOpenCSM/trunk/data/basic/sectionsWithHoles1b.csm
The file was modified /trunk/data/basic/sectionsWithHoles1c.csmOpenCSM/trunk/data/basic/sectionsWithHoles1c.csm
The file was modified /trunk/data/basic/sectionsWithHoles2b.csmOpenCSM/trunk/data/basic/sectionsWithHoles2b.csm
The file was modified /trunk/data/basic/sectionsWithHoles2c.csmOpenCSM/trunk/data/basic/sectionsWithHoles2c.csm
The file was modified /trunk/data/basic/sharpFin.csmOpenCSM/trunk/data/basic/sharpFin.csm
The file was modified /trunk/data/basic/shrinkwrap1.csmOpenCSM/trunk/data/basic/shrinkwrap1.csm
The file was modified /trunk/data/basic/shrinkwrap2.csmOpenCSM/trunk/data/basic/shrinkwrap2.csm
The file was modified /trunk/data/basic/shrinkwrap3.csmOpenCSM/trunk/data/basic/shrinkwrap3.csm
The file was modified /trunk/data/basic/splitFlap2a.csmOpenCSM/trunk/data/basic/splitFlap2a.csm
The file was modified /trunk/data/basic/splitFlap2b.csmOpenCSM/trunk/data/basic/splitFlap2b.csm
The file was modified /trunk/data/basic/splitFlap2c.csmOpenCSM/trunk/data/basic/splitFlap2c.csm
The file was modified /trunk/data/basic/splitFlap2d.csmOpenCSM/trunk/data/basic/splitFlap2d.csm
The file was modified /trunk/data/basic/splitFlap2e.csmOpenCSM/trunk/data/basic/splitFlap2e.csm
The file was modified /trunk/data/basic/splitFlap2f.csmOpenCSM/trunk/data/basic/splitFlap2f.csm
The file was modified /trunk/data/basic/splitFlap3a.csmOpenCSM/trunk/data/basic/splitFlap3a.csm
The file was modified /trunk/data/basic/splitWing1.csmOpenCSM/trunk/data/basic/splitWing1.csm
The file was modified /trunk/data/basic/splitWing2.csmOpenCSM/trunk/data/basic/splitWing2.csm
The file was modified /trunk/data/basic/subtract6f.csmOpenCSM/trunk/data/basic/subtract6f.csm
The file was modified /trunk/data/basic/transport2b.csmOpenCSM/trunk/data/basic/transport2b.csm
The file was modified /trunk/data/basic/unequalRules.csmOpenCSM/trunk/data/basic/unequalRules.csm
The file was added/trunk/data/basic/unionSolids1.csmOpenCSM/trunk/data/basic/unionSolids1.csm
The file was added/trunk/data/basic/unionSolids2.csmOpenCSM/trunk/data/basic/unionSolids2.csm
The file was modified /trunk/data/basic/verify_7.4.1/L1T2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/L1T2.vfy
The file was modified /trunk/data/basic/verify_7.4.1/blend_nacelle.vfyOpenCSM/trunk/data/basic/verify_7.4.1/blend_nacelle.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine1.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine2.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine3.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine4.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine4.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine5.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine5.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine6a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine6a.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine6b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine6b.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine7a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine7a.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine7b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine7b.vfy
The file was removed/trunk/data/basic/verify_7.4.1/combine8a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/combine8a.vfy
The file was modified /trunk/data/basic/verify_7.4.1/connect5.vfyOpenCSM/trunk/data/basic/verify_7.4.1/connect5.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate1.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate2.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate3.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate4.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate4.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate5.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate5.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate6a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate6a.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate6b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate6b.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate7a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate7a.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate7b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate7b.vfy
The file was added/trunk/data/basic/verify_7.4.1/elevate8a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/elevate8a.vfy
The file was modified /trunk/data/basic/verify_7.4.1/fitCurve1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/fitCurve1.vfy
The file was modified /trunk/data/basic/verify_7.4.1/flowaround1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flowaround1.vfy
The file was modified /trunk/data/basic/verify_7.4.1/flowaround2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flowaround2.vfy
The file was modified /trunk/data/basic/verify_7.4.1/flowaround3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flowaround3.vfy
The file was modified /trunk/data/basic/verify_7.4.1/flowthru1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flowthru1.vfy
The file was modified /trunk/data/basic/verify_7.4.1/flowthru2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flowthru2.vfy
The file was modified /trunk/data/basic/verify_7.4.1/flowthru3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flowthru3.vfy
The file was modified /trunk/data/basic/verify_7.4.1/inletWithWalls1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/inletWithWalls1.vfy
The file was modified /trunk/data/basic/verify_7.4.1/joinSheets6a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/joinSheets6a.vfy
The file was added/trunk/data/basic/verify_7.4.1/joinSheets6b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/joinSheets6b.vfy
The file was added/trunk/data/basic/verify_7.4.1/joinUnion3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/joinUnion3.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset3.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset6.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset6.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset8x.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset8x.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset8y.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset8y.vfy
The file was modified /trunk/data/basic/verify_7.4.1/offset8z.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset8z.vfy
The file was modified /trunk/data/basic/verify_7.4.1/pipeNetwork0.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork0.vfy
The file was modified /trunk/data/basic/verify_7.4.1/pipeNetwork1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork1.vfy
The file was modified /trunk/data/basic/verify_7.4.1/pipeNetwork2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork2.vfy
The file was modified /trunk/data/basic/verify_7.4.1/pipeNetwork3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork3.vfy
The file was modified /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/pipeNetwork5.vfyOpenCSM/trunk/data/basic/verify_7.4.1/pipeNetwork5.vfy
The file was modified /trunk/data/basic/verify_7.4.1/poly4.vfyOpenCSM/trunk/data/basic/verify_7.4.1/poly4.vfy
The file was modified /trunk/data/basic/verify_7.4.1/rule8.vfyOpenCSM/trunk/data/basic/verify_7.4.1/rule8.vfy
The file was modified /trunk/data/basic/verify_7.4.1/sectionsWithHoles1b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sectionsWithHoles1b.vfy
The file was modified /trunk/data/basic/verify_7.4.1/sectionsWithHoles1c.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sectionsWithHoles1c.vfy
The file was modified /trunk/data/basic/verify_7.4.1/sectionsWithHoles2b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sectionsWithHoles2b.vfy
The file was modified /trunk/data/basic/verify_7.4.1/sectionsWithHoles2c.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sectionsWithHoles2c.vfy
The file was modified /trunk/data/basic/verify_7.4.1/sharpFin.vfyOpenCSM/trunk/data/basic/verify_7.4.1/sharpFin.vfy
The file was modified /trunk/data/basic/verify_7.4.1/shrinkwrap1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/shrinkwrap1.vfy
The file was modified /trunk/data/basic/verify_7.4.1/shrinkwrap2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/shrinkwrap2.vfy
The file was modified /trunk/data/basic/verify_7.4.1/shrinkwrap3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/shrinkwrap3.vfy
The file was modified /trunk/data/basic/verify_7.4.1/splitWing1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/splitWing1.vfy
The file was modified /trunk/data/basic/verify_7.4.1/splitWing2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/splitWing2.vfy
The file was modified /trunk/data/basic/verify_7.4.1/subtract6f.vfyOpenCSM/trunk/data/basic/verify_7.4.1/subtract6f.vfy
The file was modified /trunk/data/basic/verify_7.4.1/transport2b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/transport2b.vfy
The file was added/trunk/data/basic/verify_7.4.1/unionSolids1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/unionSolids1.vfy
The file was added/trunk/data/basic/verify_7.4.1/unionSolids2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/unionSolids2.vfy
The file was modified /trunk/data/basic/verify_7.4.1/wingSew3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/wingSew3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/L1T2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/L1T2.vfy
The file was modified /trunk/data/basic/verify_7.6.0/blend_nacelle.vfyOpenCSM/trunk/data/basic/verify_7.6.0/blend_nacelle.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine1.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine2.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine3.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine4.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine5.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine6a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine6a.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine6b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine6b.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine7a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine7a.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine7b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine7b.vfy
The file was removed/trunk/data/basic/verify_7.6.0/combine8a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/combine8a.vfy
The file was modified /trunk/data/basic/verify_7.6.0/connect5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/connect5.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate1.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate2.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate3.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate4.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate5.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate6a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate6a.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate6b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate6b.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate7a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate7a.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate7b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate7b.vfy
The file was added/trunk/data/basic/verify_7.6.0/elevate8a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/elevate8a.vfy
The file was modified /trunk/data/basic/verify_7.6.0/fitCurve1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/fitCurve1.vfy
The file was modified /trunk/data/basic/verify_7.6.0/flowaround1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flowaround1.vfy
The file was modified /trunk/data/basic/verify_7.6.0/flowaround2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flowaround2.vfy
The file was modified /trunk/data/basic/verify_7.6.0/flowaround3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flowaround3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/flowthru1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flowthru1.vfy
The file was modified /trunk/data/basic/verify_7.6.0/flowthru2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flowthru2.vfy
The file was modified /trunk/data/basic/verify_7.6.0/flowthru3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flowthru3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/inletWithWalls1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/inletWithWalls1.vfy
The file was modified /trunk/data/basic/verify_7.6.0/joinSheets6a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/joinSheets6a.vfy
The file was added/trunk/data/basic/verify_7.6.0/joinSheets6b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/joinSheets6b.vfy
The file was added/trunk/data/basic/verify_7.6.0/joinUnion3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/joinUnion3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset6.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset8x.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset8x.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset8y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset8y.vfy
The file was modified /trunk/data/basic/verify_7.6.0/offset8z.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset8z.vfy
The file was modified /trunk/data/basic/verify_7.6.0/pipeNetwork0.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork0.vfy
The file was modified /trunk/data/basic/verify_7.6.0/pipeNetwork1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork1.vfy
The file was modified /trunk/data/basic/verify_7.6.0/pipeNetwork2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork2.vfy
The file was modified /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/pipeNetwork5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/pipeNetwork5.vfy
The file was modified /trunk/data/basic/verify_7.6.0/poly4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/poly4.vfy
The file was modified /trunk/data/basic/verify_7.6.0/rocketnozzle2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/rocketnozzle2.vfy
The file was modified /trunk/data/basic/verify_7.6.0/rule8.vfyOpenCSM/trunk/data/basic/verify_7.6.0/rule8.vfy
The file was modified /trunk/data/basic/verify_7.6.0/sectionsWithHoles1b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sectionsWithHoles1b.vfy
The file was modified /trunk/data/basic/verify_7.6.0/sectionsWithHoles1c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sectionsWithHoles1c.vfy
The file was modified /trunk/data/basic/verify_7.6.0/sectionsWithHoles2b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sectionsWithHoles2b.vfy
The file was modified /trunk/data/basic/verify_7.6.0/sectionsWithHoles2c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sectionsWithHoles2c.vfy
The file was modified /trunk/data/basic/verify_7.6.0/sharpFin.vfyOpenCSM/trunk/data/basic/verify_7.6.0/sharpFin.vfy
The file was modified /trunk/data/basic/verify_7.6.0/shrinkwrap1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/shrinkwrap1.vfy
The file was modified /trunk/data/basic/verify_7.6.0/shrinkwrap2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/shrinkwrap2.vfy
The file was modified /trunk/data/basic/verify_7.6.0/shrinkwrap3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/shrinkwrap3.vfy
The file was modified /trunk/data/basic/verify_7.6.0/splitWing1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/splitWing1.vfy
The file was modified /trunk/data/basic/verify_7.6.0/splitWing2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/splitWing2.vfy
The file was modified /trunk/data/basic/verify_7.6.0/subtract6f.vfyOpenCSM/trunk/data/basic/verify_7.6.0/subtract6f.vfy
The file was modified /trunk/data/basic/verify_7.6.0/transport2b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/transport2b.vfy
The file was added/trunk/data/basic/verify_7.6.0/unionSolids1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/unionSolids1.vfy
The file was added/trunk/data/basic/verify_7.6.0/unionSolids2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/unionSolids2.vfy
The file was modified /trunk/data/basic/verify_7.6.0/wingSew3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/wingSew3.vfy
The file was modified /trunk/data/basic/wingSew3.csmOpenCSM/trunk/data/basic/wingSew3.csm
The file was added/trunk/data/compare760and741OpenCSM/trunk/data/compare760and741
The file was modified /trunk/data/studentGallery/F117.csmOpenCSM/trunk/data/studentGallery/F117.csm
The file was modified /trunk/data/studentGallery/verify_7.4.1/BulletTrain.vfyOpenCSM/trunk/data/studentGallery/verify_7.4.1/BulletTrain.vfy
The file was modified /trunk/data/studentGallery/verify_7.4.1/F117.vfyOpenCSM/trunk/data/studentGallery/verify_7.4.1/F117.vfy
The file was modified /trunk/data/studentGallery/verify_7.6.0/BulletTrain.vfyOpenCSM/trunk/data/studentGallery/verify_7.6.0/BulletTrain.vfy
The file was modified /trunk/data/studentGallery/verify_7.6.0/F117.vfyOpenCSM/trunk/data/studentGallery/verify_7.6.0/F117.vfy
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/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 2266 by jfdannen:
add (unneeded) initializations in udfOffset to resolve incorrect lint complaints
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
Revision 2265 by jfdannen:
implement udpEqn2body for WireBodys; modify inflatedBody2b to use the replicate.udc; implement udfOffset; create offset* test cases; improve error handling associated with SELECT SORT; modify flend5* test cases to use udfOffset
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/flend5.csmOpenCSM/trunk/data/basic/flend5.csm
The file was added/trunk/data/basic/flend5a.csmOpenCSM/trunk/data/basic/flend5a.csm
The file was added/trunk/data/basic/flend5b.csmOpenCSM/trunk/data/basic/flend5b.csm
The file was added/trunk/data/basic/flend5c.csmOpenCSM/trunk/data/basic/flend5c.csm
The file was modified /trunk/data/basic/helix3.csmOpenCSM/trunk/data/basic/helix3.csm
The file was modified /trunk/data/basic/inflatedBody2a.csmOpenCSM/trunk/data/basic/inflatedBody2a.csm
The file was modified /trunk/data/basic/inflatedBody2b.csmOpenCSM/trunk/data/basic/inflatedBody2b.csm
The file was added/trunk/data/basic/offset1.csmOpenCSM/trunk/data/basic/offset1.csm
The file was added/trunk/data/basic/offset2.csmOpenCSM/trunk/data/basic/offset2.csm
The file was added/trunk/data/basic/offset3.csmOpenCSM/trunk/data/basic/offset3.csm
The file was added/trunk/data/basic/offset4.csmOpenCSM/trunk/data/basic/offset4.csm
The file was added/trunk/data/basic/offset5.csmOpenCSM/trunk/data/basic/offset5.csm
The file was added/trunk/data/basic/offset6.csmOpenCSM/trunk/data/basic/offset6.csm
The file was added/trunk/data/basic/offset7x.csmOpenCSM/trunk/data/basic/offset7x.csm
The file was added/trunk/data/basic/offset7y.csmOpenCSM/trunk/data/basic/offset7y.csm
The file was added/trunk/data/basic/offset7z.csmOpenCSM/trunk/data/basic/offset7z.csm
The file was added/trunk/data/basic/offset8x.csmOpenCSM/trunk/data/basic/offset8x.csm
The file was added/trunk/data/basic/offset8y.csmOpenCSM/trunk/data/basic/offset8y.csm
The file was added/trunk/data/basic/offset8z.csmOpenCSM/trunk/data/basic/offset8z.csm
The file was added/trunk/data/basic/offset9x.csmOpenCSM/trunk/data/basic/offset9x.csm
The file was added/trunk/data/basic/offset9y.csmOpenCSM/trunk/data/basic/offset9y.csm
The file was added/trunk/data/basic/offset9z.csmOpenCSM/trunk/data/basic/offset9z.csm
The file was modified /trunk/data/basic/verify_7.4.1/flend5.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flend5.vfy
The file was added/trunk/data/basic/verify_7.4.1/flend5a.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flend5a.vfy
The file was added/trunk/data/basic/verify_7.4.1/flend5b.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flend5b.vfy
The file was added/trunk/data/basic/verify_7.4.1/flend5c.vfyOpenCSM/trunk/data/basic/verify_7.4.1/flend5c.vfy
The file was modified /trunk/data/basic/verify_7.4.1/helix3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/helix3.vfy
The file was modified /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/offset1.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset1.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset2.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset2.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset3.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset3.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset4.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset4.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset5.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset5.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset6.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset6.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset7x.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset7x.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset7y.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset7y.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset7z.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset7z.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset8x.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset8x.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset8y.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset8y.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset8z.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset8z.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset9x.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset9x.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset9y.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset9y.vfy
The file was added/trunk/data/basic/verify_7.4.1/offset9z.vfyOpenCSM/trunk/data/basic/verify_7.4.1/offset9z.vfy
The file was modified /trunk/data/basic/verify_7.6.0/flend5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flend5.vfy
The file was added/trunk/data/basic/verify_7.6.0/flend5a.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flend5a.vfy
The file was added/trunk/data/basic/verify_7.6.0/flend5b.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flend5b.vfy
The file was added/trunk/data/basic/verify_7.6.0/flend5c.vfyOpenCSM/trunk/data/basic/verify_7.6.0/flend5c.vfy
The file was modified /trunk/data/basic/verify_7.6.0/helix3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/helix3.vfy
The file was modified /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/offset1.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset1.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset2.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset2.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset3.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset3.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset4.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset4.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset5.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset5.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset6.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset6.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset7x.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset7x.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset7y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset7y.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset7z.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset7z.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset8x.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset8x.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset8y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset8y.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset8z.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset8z.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset9x.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset9x.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset9y.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset9y.vfy
The file was added/trunk/data/basic/verify_7.6.0/offset9z.vfyOpenCSM/trunk/data/basic/verify_7.6.0/offset9z.vfy
The file was modified /trunk/data/legacy/tutorial1_new.csmOpenCSM/trunk/data/legacy/tutorial1_new.csm
The file was modified /trunk/data/legacy/tutorial2.csmOpenCSM/trunk/data/legacy/tutorial2.csm
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.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/timGloves.cOpenCSM/trunk/src/timGloves.c
The file was added/trunk/src/udfOffset.cOpenCSM/trunk/src/udfOffset.c
The file was added/trunk/src/udpEqn2body.cOpenCSM/trunk/src/udpEqn2body.c
The file was modified /trunk/udc/replicate.udcOpenCSM/trunk/udc/replicate.udc
Revision 2264 by jfdannen:
uprev to v1.22
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-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
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.hOpenCSM/trunk/src/OpenCSM.h
The file was modified /trunk/src/ocsm.rcOpenCSM/trunk/src/ocsm.rc
Revision 2263 by jfdannen:
fix bug that did not update at-parameters for REORDER command; fix bug that changed the input Body to REORDER; fix sensitivity bug whan a RULE/BLEND xsect is RESTOREd after being used
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/Makefile.DARWIN64OpenCSM/trunk/src/Makefile.DARWIN64
The file was modified /trunk/src/OpenCSM.cOpenCSM/trunk/src/OpenCSM.c
The file was modified /trunk/src/timGloves.cOpenCSM/trunk/src/timGloves.c
Revision 2262 by jfdannen:
initialize *info in ocsmBodyDetails; return sensible error message when a SET is applied to a CONPMTR, CFGPMTR, or DESPMTR
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 1841 by galbramc:
Fix _close! function to properly check garbage collection for both egads and egadslite
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/egadscommon/egadscommon.jlEGADS/trunk/jlEGADS/egadscommon/egadscommon.jl
The file was modified /trunk/jlEGADS/egadslite/src/egadslite.jlEGADS/trunk/jlEGADS/egadslite/src/egadslite.jl
Revision 1840 by galbramc:
Fix jlEGADS makefiles for zsh
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/MakefileEGADS/trunk/jlEGADS/egads/Makefile
The file was modified /trunk/jlEGADS/egadslite/MakefileEGADS/trunk/jlEGADS/egadslite/Makefile
Revision 1839 by galbramc:
jlEGADS makefile adjusments. Other small cleanup.
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was modified /trunk/jlEGADS/egads/MakefileEGADS/trunk/jlEGADS/egads/Makefile
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/jlEGADS/egadscommon/MakefileEGADS/trunk/jlEGADS/egadscommon/Makefile
The file was removed/trunk/jlEGADS/egadscommon/egads_types_ctts.jlEGADS/trunk/jlEGADS/egadscommon/egads_types_ctts.jl
The file was modified /trunk/jlEGADS/egadslite/MakefileEGADS/trunk/jlEGADS/egadslite/Makefile
The file was modified /trunk/jlEGADS/egadslite/src/egadslite.jlEGADS/trunk/jlEGADS/egadslite/src/egadslite.jl
The file was modified /trunk/jlEGADS/egadslite/test/runtests.jlEGADS/trunk/jlEGADS/egadslite/test/runtests.jl
Revision 1838 by docampo:
delete manifest from lite
Change TypePath in RepositoryPath in Workspace
The file was removed/trunk/jlEGADS/egadslite/Manifest.tomlEGADS/trunk/jlEGADS/egadslite/Manifest.toml
Revision 1837 by docampo:
now ??
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/MakefileEGADS/trunk/jlEGADS/egads/Makefile
The file was removed/trunk/jlEGADS/egads/depsEGADS/trunk/jlEGADS/egads/deps
The file was modified /trunk/jlEGADS/egadslite/MakefileEGADS/trunk/jlEGADS/egadslite/Makefile
The file was removed/trunk/jlEGADS/egadslite/depsEGADS/trunk/jlEGADS/egadslite/deps
Revision 1836 by docampo:
egads also used from egadscommon.jl dependencies
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egads/MakefileEGADS/trunk/jlEGADS/egads/Makefile
The file was modified /trunk/jlEGADS/egads/deps/build.jlEGADS/trunk/jlEGADS/egads/deps/build.jl
The file was modified /trunk/jlEGADS/egads/src/egads.jlEGADS/trunk/jlEGADS/egads/src/egads.jl
The file was modified /trunk/jlEGADS/egadscommon/egadscommon.jlEGADS/trunk/jlEGADS/egadscommon/egadscommon.jl
The file was modified /trunk/jlEGADS/egadslite/src/egadslite.jlEGADS/trunk/jlEGADS/egadslite/src/egadslite.jl
The file was modified /trunk/jlEGADS/egadslite/test/runtests.jlEGADS/trunk/jlEGADS/egadslite/test/runtests.jl
Revision 1835 by docampo:
remove unnecesary ENVS
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/egadscommon/build.jlEGADS/trunk/jlEGADS/egadscommon/build.jl
The file was modified /trunk/jlEGADS/egadslite/src/egadslite.jlEGADS/trunk/jlEGADS/egadslite/src/egadslite.jl
The file was modified /trunk/jlEGADS/egadslite/test/runtests.jlEGADS/trunk/jlEGADS/egadslite/test/runtests.jl
Revision 1834 by docampo:
now with actually things inside
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/jlEGADS/egadscommon/MakefileEGADS/trunk/jlEGADS/egadscommon/Makefile
The file was added/trunk/jlEGADS/egadscommon/build.jlEGADS/trunk/jlEGADS/egadscommon/build.jl
The file was added/trunk/jlEGADS/egadscommon/egads_types_ctts.jlEGADS/trunk/jlEGADS/egadscommon/egads_types_ctts.jl
The file was added/trunk/jlEGADS/egadscommon/egadscommon.jlEGADS/trunk/jlEGADS/egadscommon/egadscommon.jl
The file was added/trunk/jlEGADS/egadslite/MakefileEGADS/trunk/jlEGADS/egadslite/Makefile
The file was added/trunk/jlEGADS/egadslite/Manifest.tomlEGADS/trunk/jlEGADS/egadslite/Manifest.toml
The file was added/trunk/jlEGADS/egadslite/Project.tomlEGADS/trunk/jlEGADS/egadslite/Project.toml
The file was added/trunk/jlEGADS/egadslite/depsEGADS/trunk/jlEGADS/egadslite/deps
The file was added/trunk/jlEGADS/egadslite/deps/build.jlEGADS/trunk/jlEGADS/egadslite/deps/build.jl
The file was added/trunk/jlEGADS/egadslite/srcEGADS/trunk/jlEGADS/egadslite/src
The file was added/trunk/jlEGADS/egadslite/src/egadslite.jlEGADS/trunk/jlEGADS/egadslite/src/egadslite.jl
The file was added/trunk/jlEGADS/egadslite/testEGADS/trunk/jlEGADS/egadslite/test
The file was added/trunk/jlEGADS/egadslite/test/Project.tomlEGADS/trunk/jlEGADS/egadslite/test/Project.toml
The file was added/trunk/jlEGADS/egadslite/test/runtests.jlEGADS/trunk/jlEGADS/egadslite/test/runtests.jl
Revision 1833 by docampo:
created egads common folders
Change TypePath in RepositoryPath in Workspace
The file was removed/trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was removed/trunk/jlEGADS/Project.tomlEGADS/trunk/jlEGADS/Project.toml
The file was removed/trunk/jlEGADS/README.txtEGADS/trunk/jlEGADS/README.txt
The file was removed/trunk/jlEGADS/USAGE.txtEGADS/trunk/jlEGADS/USAGE.txt
The file was removed/trunk/jlEGADS/depsEGADS/trunk/jlEGADS/deps
The file was added/trunk/jlEGADS/egadsEGADS/trunk/jlEGADS/egads
The file was added/trunk/jlEGADS/egads/MakefileEGADS/trunk/jlEGADS/egads/Makefile
The file was added/trunk/jlEGADS/egads/Project.tomlEGADS/trunk/jlEGADS/egads/Project.toml
The file was added/trunk/jlEGADS/egads/README.txtEGADS/trunk/jlEGADS/egads/README.txt
The file was added/trunk/jlEGADS/egads/USAGE.txtEGADS/trunk/jlEGADS/egads/USAGE.txt
The file was added/trunk/jlEGADS/egads/depsEGADS/trunk/jlEGADS/egads/deps
The file was added/trunk/jlEGADS/egads/srcEGADS/trunk/jlEGADS/egads/src
The file was added/trunk/jlEGADS/egads/testEGADS/trunk/jlEGADS/egads/test
The file was added/trunk/jlEGADS/egadscommonEGADS/trunk/jlEGADS/egadscommon
The file was added/trunk/jlEGADS/egadsliteEGADS/trunk/jlEGADS/egadslite
The file was removed/trunk/jlEGADS/srcEGADS/trunk/jlEGADS/src
The file was removed/trunk/jlEGADS/testEGADS/trunk/jlEGADS/test
Revision 1832 by haimes:
Rule with Loops of differing number of Edges passes simple test with null 'bay'
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1831 by haimes:
Can rule with sections of different number of Edges -- still need to check null bays, multiplicity > 1, curved EndCaps & EG_splineGeom_dot
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/liteBase.cEGADS/trunk/lite/liteBase.c
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1830 by haimes:
Close memory leak in EGADSlite associated with full attributes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/liteImport.cEGADS/trunk/lite/liteImport.c
Revision 1829 by haimes:
Fix scan-build problem
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1828 by haimes:
Fix warning from last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1827 by haimes:
Second (but incomplete) cut at Rule with differring numbers of Edges
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1826 by haimes:
Another minor correction to last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1825 by haimes:
Minor correction to last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
Revision 1824 by haimes:
First (but incomplete) cut at Rule with differring numbers of Edges
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsSpline.cppEGADS/trunk/src/egadsSpline.cpp
The file was modified /trunk/src/egadsSplineVels.hEGADS/trunk/src/egadsSplineVels.h
Revision 1823 by haimes:
Don't allow for Figure 8 Nodes in ELoops (for now)
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
Revision 1822 by haimes:
Another def file fix
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/egadslite.defEGADS/trunk/lite/egadslite.def
Revision 1821 by haimes:
Add setTessParam to lite def file
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/egadslite.defEGADS/trunk/lite/egadslite.def
The file was modified /trunk/util/evaluate.cEGADS/trunk/util/evaluate.c
Revision 1820 by galbramc:
Updates to egadslite to support pyEGADS.egadslite
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/egadslite.defEGADS/trunk/lite/egadslite.def
The file was modified /trunk/lite/liteBase.cEGADS/trunk/lite/liteBase.c
The file was modified /trunk/lite/liteGeom.cEGADS/trunk/lite/liteGeom.c
Revision 1819 by galbramc:
First cut at pyEGADS.egadslite
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/pyEGADS/pyEGADS/egads.pyEGADS/trunk/pyEGADS/pyEGADS/egads.py
The file was added/trunk/pyEGADS/pyEGADS/egads_common.pyEGADS/trunk/pyEGADS/pyEGADS/egads_common.py
The file was added/trunk/pyEGADS/pyEGADS/egadslite.pyEGADS/trunk/pyEGADS/pyEGADS/egadslite.py
The file was added/trunk/pyEGADS/test/test_egadslite.pyEGADS/trunk/pyEGADS/test/test_egadslite.py
Revision 1818 by galbramc:
Remove manifest files for jlEGADS. Check array size for makeGeometry. Fix makeGeometry tests. Some references fixes.
Change TypePath in RepositoryPath in Workspace
The file was removed/trunk/jlEGADS/Manifest.tomlEGADS/trunk/jlEGADS/Manifest.toml
The file was modified /trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
The file was removed/trunk/jlEGADS/test/Manifest.tomlEGADS/trunk/jlEGADS/test/Manifest.toml
The file was modified /trunk/jlEGADS/test/runtests.jlEGADS/trunk/jlEGADS/test/runtests.jl
Revision 1817 by galbramc:
Fix some pyEGADS refrencing. Check data length for pyEGADS makeGeometry.
Change TypePath in RepositoryPath in Workspace
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 1816 by haimes:
Fix topObj during EGADSlite import
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/liteImport.cEGADS/trunk/lite/liteImport.c
Revision 1815 by haimes:
Add U periodic options to EG_approximate for surfaces
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsFit.cEGADS/trunk/src/egadsFit.c
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
The file was modified /trunk/src/egadsSplineFit.cppEGADS/trunk/src/egadsSplineFit.cpp
Revision 1814 by docampo:
try
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/README.txtEGADS/trunk/jlEGADS/README.txt
The file was modified /trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
The file was modified /trunk/jlEGADS/test/runtests.jlEGADS/trunk/jlEGADS/test/runtests.jl
Revision 1813 by haimes:
Allow for full attribution in EGADSlite
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/lite/liteImport.cEGADS/trunk/lite/liteImport.c
Revision 1812 by galbramc:
Add reference counting for jlEGADS finalizers. Lots of other jlEGADS cleanup.
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was modified /trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
The file was modified /trunk/jlEGADS/test/runtests.jlEGADS/trunk/jlEGADS/test/runtests.jl
Revision 1811 by galbramc:
Fix for last commit
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
Revision 1810 by galbramc:
Various Julia cleanup and fixes
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was modified /trunk/jlEGADS/deps/build.jlEGADS/trunk/jlEGADS/deps/build.jl
The file was modified /trunk/jlEGADS/deps/sharedFile.jlEGADS/trunk/jlEGADS/deps/sharedFile.jl
The file was modified /trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
Revision 1809 by galbramc:
Update julia Makefile
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was removed/trunk/jlEGADS/add_pkg.jlEGADS/trunk/jlEGADS/add_pkg.jl
The file was modified /trunk/jlEGADS/test/runtests.jlEGADS/trunk/jlEGADS/test/runtests.jl
Revision 1808 by galbramc:
Remove jlEGADS environment variable
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was modified /trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
The file was modified /trunk/jlEGADS/test/runtests.jlEGADS/trunk/jlEGADS/test/runtests.jl
Revision 1807 by docampo:
added package install
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was added/trunk/jlEGADS/add_pkg.jlEGADS/trunk/jlEGADS/add_pkg.jl
Revision 1806 by docampo:
added Makefile
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/jlEGADS/MakefileEGADS/trunk/jlEGADS/Makefile
The file was modified /trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
Revision 1805 by docampo:
first jlEGADS
Change TypePath in RepositoryPath in Workspace
The file was added/trunk/jlEGADSEGADS/trunk/jlEGADS
The file was added/trunk/jlEGADS/Manifest.tomlEGADS/trunk/jlEGADS/Manifest.toml
The file was added/trunk/jlEGADS/Project.tomlEGADS/trunk/jlEGADS/Project.toml
The file was added/trunk/jlEGADS/README.txtEGADS/trunk/jlEGADS/README.txt
The file was added/trunk/jlEGADS/USAGE.txtEGADS/trunk/jlEGADS/USAGE.txt
The file was added/trunk/jlEGADS/depsEGADS/trunk/jlEGADS/deps
The file was added/trunk/jlEGADS/deps/build.jlEGADS/trunk/jlEGADS/deps/build.jl
The file was added/trunk/jlEGADS/deps/sharedFile.jlEGADS/trunk/jlEGADS/deps/sharedFile.jl
The file was added/trunk/jlEGADS/srcEGADS/trunk/jlEGADS/src
The file was added/trunk/jlEGADS/src/egads.jlEGADS/trunk/jlEGADS/src/egads.jl
The file was added/trunk/jlEGADS/testEGADS/trunk/jlEGADS/test
The file was added/trunk/jlEGADS/test/Manifest.tomlEGADS/trunk/jlEGADS/test/Manifest.toml
The file was added/trunk/jlEGADS/test/Project.tomlEGADS/trunk/jlEGADS/test/Project.toml
The file was added/trunk/jlEGADS/test/runtests.jlEGADS/trunk/jlEGADS/test/runtests.jl
Revision 1804 by haimes:
First cut at fitting periodic curves
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsGeom.cppEGADS/trunk/src/egadsGeom.cpp
The file was modified /trunk/src/egadsSplineFit.cppEGADS/trunk/src/egadsSplineFit.cpp
Revision 1803 by haimes:
Fix a number of bugs in the Effective Topology
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/src/egadsEffect.cEGADS/trunk/src/egadsEffect.c
Revision 1802 by haimes:
Uprev EGADS
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/config/MACdownloads.txtEGADS/trunk/config/MACdownloads.txt
The file was modified /trunk/config/README.txtEGADS/trunk/config/README.txt
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/include/egadsTypes.hEGADS/trunk/include/egadsTypes.h
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 1801 by galbramc:
Forgot DARWIN64.clang and DARWIN64.gcc
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/include/DARWIN64.clangEGADS/trunk/include/DARWIN64.clang
The file was modified /trunk/include/DARWIN64.gccEGADS/trunk/include/DARWIN64.gcc
Revision 1800 by galbramc:
Move DARWIN64 ifort link flag to support EGADS test builds
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/include/DARWIN64EGADS/trunk/include/DARWIN64
Revision 1799 by galbramc:
Fix for ifort on newer versions of macOS
Change TypePath in RepositoryPath in Workspace
The file was modified /trunk/include/DARWIN64EGADS/trunk/include/DARWIN64
Revision 764 by galbramc:
numpy suppression
Change TypePath in RepositoryPath in Workspace
The file was modified /valgrind/valgrind-python.suppJenkinsESP/valgrind/valgrind-python.supp
Revision 763 by galbramc:
Always build egadslite
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Commit.batJenkinsESP/ESP_Commit.bat
The file was modified /ESP_Commit.shJenkinsESP/ESP_Commit.sh
The file was modified /ESPbfr.batJenkinsESP/ESPbfr.bat
The file was modified /ESPbfr.shJenkinsESP/ESPbfr.sh
Revision 762 by galbramc:
Update julia path on linux
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
Revision 761 by galbramc:
Remove jlEGADS from Sanitizer and Valgrind
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
Revision 760 by jfdannen:
mark helix3 and frustrum3 as expected successes
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
The file was modified /data/basic/csmOCCFailure_7.6.txtJenkinsESP/data/basic/csmOCCFailure_7.6.txt
Revision 759 by galbramc:
Add jlEGADS test to Sanitizer and valgrind
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
Revision 758 by galbramc:
Correct path
Change TypePath in RepositoryPath in Workspace
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh
Revision 757 by galbramc:
Add julia testing
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_Env.shJenkinsESP/ESP_Env.sh
The file was modified /RunRegression.shJenkinsESP/RunRegression.sh
Revision 756 by galbramc:
Small fix in xfoil executables
Change TypePath in RepositoryPath in Workspace
The file was modified /ESPbfr.tgzJenkinsESP/ESPbfr.tgz
Revision 755 by galbramc:
Higher output precision xfoil executables
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.tgzJenkinsESP/ESPbfr.tgz
Revision 754 by galbramc:
Upgrade to AFLR 10.22.23
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 753 by galbramc:
Another regsx fix
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_email.templateJenkinsESP/ESP_email.template
The file was modified /ESP_parseJenkinsESP/ESP_parse
Revision 752 by galbramc:
Fix email template
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_email.templateJenkinsESP/ESP_email.template
Revision 751 by galbramc:
Ignore ifort warnings
Change TypePath in RepositoryPath in Workspace
The file was modified /ESP_parseJenkinsESP/ESP_parse