[cgma-dev] r4811 - cgm/trunk/test
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Tue May 10 12:06:06 CDT 2011
Author: janehu
Date: 2011-05-10 12:06:06 -0500 (Tue, 10 May 2011)
New Revision: 4811
Modified:
cgm/trunk/test/modify.cpp
Log:
Changed to read the file from dist directory. passed distcheck on this.
Modified: cgm/trunk/test/modify.cpp
===================================================================
--- cgm/trunk/test/modify.cpp 2011-05-10 16:06:27 UTC (rev 4810)
+++ cgm/trunk/test/modify.cpp 2011-05-10 17:06:06 UTC (rev 4811)
@@ -1259,9 +1259,9 @@
// Read in the geometry from files specified on the command line
argv = "Cylinder_1.brep";
- status = read_geometry(1, &argv, true);
+ status = read_geometry(1, &argv, false);
argv = "Cylinder_2.brep";
- 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