[cgma-dev] r5526 - cgm/trunk/test
iulian at mcs.anl.gov
iulian at mcs.anl.gov
Fri May 18 14:05:03 CDT 2012
Author: iulian
Date: 2012-05-18 14:05:02 -0500 (Fri, 18 May 2012)
New Revision: 5526
Modified:
cgm/trunk/test/imprint_bug.cpp
Log:
allow out-of-source test to pass; use "false" for the local flag, so
it will be read from source directory
Modified: cgm/trunk/test/imprint_bug.cpp
===================================================================
--- cgm/trunk/test/imprint_bug.cpp 2012-05-15 17:50:29 UTC (rev 5525)
+++ cgm/trunk/test/imprint_bug.cpp 2012-05-18 19:05:02 UTC (rev 5526)
@@ -106,12 +106,12 @@
// Read in the geometry from files specified on the command line
const char *argv = "Solid_2.brep";
- CubitStatus status = read_geometry(1, &argv, true);
+ CubitStatus status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 1 volume.
argv = "Solid_7.brep";
- status = read_geometry(1, &argv, true);
+ status = read_geometry(1, &argv, false);
if (status == CUBIT_FAILURE) exit(1);
//Read in 1 volume.
More information about the cgma-dev
mailing list