[cgma-dev] r3106 - cgm/trunk/itaps
hongjun at mcs.anl.gov
hongjun at mcs.anl.gov
Tue Aug 18 16:47:40 CDT 2009
Author: hongjun
Date: 2009-08-18 16:47:39 -0500 (Tue, 18 Aug 2009)
New Revision: 3106
Modified:
cgm/trunk/itaps/testgeom.cc
Log:
OCC default test file is changed from "LeverArm.brep" to "Hip_Prothesis.brep", because the old one is not working.
-This line, and those below, will be ignored--
M testgeom.cc
Modified: cgm/trunk/itaps/testgeom.cc
===================================================================
--- cgm/trunk/itaps/testgeom.cc 2009-08-11 20:37:22 UTC (rev 3105)
+++ cgm/trunk/itaps/testgeom.cc 2009-08-18 21:47:39 UTC (rev 3106)
@@ -134,13 +134,13 @@
#ifndef HAVE_OCC
#error "Cannot force use of OCC w/out OCC support"
#endif
- std::string filename = STRINGIFY(SRCDIR) "/../test/LeverArm.brep";
+ std::string filename = STRINGIFY(SRCDIR) "/../test/Hip_Prothesis.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/LeverArm.brep";
+ std::string filename = STRINGIFY(SRCDIR) "/../test/Hip_Prothesis.brep";
std::string engine_opt = ";engine=OCC";
#else
std::string filename = STRINGIFY(SRCDIR) "/testgeom.sat";
More information about the cgma-dev
mailing list