[cgma-dev] r3109 - cgm/trunk/itaps

hongjun at mcs.anl.gov hongjun at mcs.anl.gov
Thu Aug 20 12:30:12 CDT 2009


Author: hongjun
Date: 2009-08-20 12:30:11 -0500 (Thu, 20 Aug 2009)
New Revision: 3109

Modified:
   cgm/trunk/itaps/testgeom.cc
Log:
o OCC test geometry file is changed from "Hip_Prothesis.brep" to "LeverArm.brep".


Modified: cgm/trunk/itaps/testgeom.cc
===================================================================
--- cgm/trunk/itaps/testgeom.cc	2009-08-19 20:05:46 UTC (rev 3108)
+++ cgm/trunk/itaps/testgeom.cc	2009-08-20 17:30:11 UTC (rev 3109)
@@ -134,13 +134,13 @@
     #ifndef HAVE_OCC
       #error "Cannot force use of OCC w/out OCC support"
     #endif
-  std::string filename = STRINGIFY(SRCDIR) "/../test/Hip_Prothesis.brep";
+  std::string filename = STRINGIFY(SRCDIR) "/../test/LeverArm.brep";
     std::string engine_opt = ";engine=OCC";
   #elif defined(HAVE_ACIS)
     std::string filename = STRINGIFY(SRCDIR) "/testgeom.sat";
     std::string engine_opt = ";engine=ACIS";
   #elif defined(USE_OCC)
-    std::string filename = STRINGIFY(SRCDIR) "/../test/Hip_Prothesis.brep";
+    std::string filename = STRINGIFY(SRCDIR) "/../test/LeverArm.brep";
     std::string engine_opt = ";engine=OCC";
   #else
     std::string filename = STRINGIFY(SRCDIR) "/testgeom.sat";



More information about the cgma-dev mailing list