[cgma-dev] r2047 - cgm/trunk/test
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Mon Aug 18 12:28:19 CDT 2008
Author: kraftche
Date: 2008-08-18 12:28:19 -0500 (Mon, 18 Aug 2008)
New Revision: 2047
Modified:
cgm/trunk/test/r_w.cpp
Log:
fix search path for input file
Modified: cgm/trunk/test/r_w.cpp
===================================================================
--- cgm/trunk/test/r_w.cpp 2008-08-18 17:22:17 UTC (rev 2046)
+++ cgm/trunk/test/r_w.cpp 2008-08-18 17:28:19 UTC (rev 2047)
@@ -126,7 +126,7 @@
// Read in the geometry from files specified on the command line
char *argv = "stitch.occ_name";
- CubitStatus status = read_geometry(1, &argv, true);
+ CubitStatus status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 2 volumes.
More information about the cgma-dev
mailing list