[cgma-dev] r2208 - cgm/trunk/test
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Tue Nov 4 11:42:04 CST 2008
Author: janehu
Date: 2008-11-04 11:42:04 -0600 (Tue, 04 Nov 2008)
New Revision: 2208
Modified:
cgm/trunk/test/r_w.cpp
Log:
Fixed for night testing failure for reading import file.changed the 'local' boolean to false.
Modified: cgm/trunk/test/r_w.cpp
===================================================================
--- cgm/trunk/test/r_w.cpp 2008-11-04 15:18:34 UTC (rev 2207)
+++ cgm/trunk/test/r_w.cpp 2008-11-04 17:42:04 UTC (rev 2208)
@@ -153,7 +153,7 @@
}
argv = "beforesub.occ";
- status = read_geometry(1, &argv, true);
+ status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 2 volumes.
@@ -198,7 +198,7 @@
// Read in the geometry from files specified on the command line
argv = "unite1.occ";
- status = read_geometry(1, &argv, true);
+ status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 2 volumes.
@@ -224,7 +224,7 @@
// Read in the geometry from files specified on the command line
argv = "unite1.occ";
- status = read_geometry(1, &argv, true);
+ status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 2 volumes.
@@ -254,7 +254,7 @@
// Read in the geometry from files specified on the command line
argv = "unite4.occ";
- status = read_geometry(1, &argv, true);
+ status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 2 volumes.
@@ -280,7 +280,7 @@
// Read in the geometry from files specified on the command line
argv = "unite4.occ";
- status = read_geometry(1, &argv, true);
+ status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 2 volumes.
More information about the cgma-dev
mailing list