[cgma-dev] r2285 - cgm/trunk/itaps
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Wed Nov 26 10:33:30 CST 2008
Author: kraftche
Date: 2008-11-26 10:33:30 -0600 (Wed, 26 Nov 2008)
New Revision: 2285
Modified:
cgm/trunk/itaps/testgeom.cc
Log:
read occ input file from ../test/
Modified: cgm/trunk/itaps/testgeom.cc
===================================================================
--- cgm/trunk/itaps/testgeom.cc 2008-11-25 19:29:43 UTC (rev 2284)
+++ cgm/trunk/itaps/testgeom.cc 2008-11-26 16:33:30 UTC (rev 2285)
@@ -129,13 +129,13 @@
#ifndef HAVE_OCC
#error "Cannot force use of OCC w/out OCC support"
#endif
- std::string filename = STRINGIFY(SRCDIR) "/LeverArm.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) "/LeverArm.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