18 Aug
2008
18 Aug
'08
12:28 p.m.
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.
6604
Age (days ago)
6604
Last active (days ago)
0 comments
1 participants
participants (1)
-
kraftche@mcs.anl.gov