[cgma-dev] r2210 - cgm/trunk/test

janehu at mcs.anl.gov janehu at mcs.anl.gov
Wed Nov 5 09:30:25 CST 2008


Author: janehu
Date: 2008-11-05 09:30:24 -0600 (Wed, 05 Nov 2008)
New Revision: 2210

Modified:
   cgm/trunk/test/r_w.cpp
Log:
beforesub.occ is local generated file, so argument should be true.

Modified: cgm/trunk/test/r_w.cpp
===================================================================
--- cgm/trunk/test/r_w.cpp	2008-11-04 19:15:01 UTC (rev 2209)
+++ cgm/trunk/test/r_w.cpp	2008-11-05 15:30:24 UTC (rev 2210)
@@ -153,7 +153,7 @@
     }
 
   argv = "beforesub.occ";
-  status = read_geometry(1, &argv, false);
+  status = read_geometry(1, &argv, true);
   if (status == CUBIT_FAILURE) exit(1);
   //Read in 2 volumes.
 




More information about the cgma-dev mailing list