Changeset 2047
- Timestamp:
- 08/18/08 12:28:19 (4 months ago)
- Files:
-
- cgm/trunk/test/r_w.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cgm/trunk/test/r_w.cpp
r2043 r2047 127 127 // Read in the geometry from files specified on the command line 128 128 char *argv = "stitch.occ_name"; 129 CubitStatus status = read_geometry(1, &argv, true);129 CubitStatus status = read_geometry(1, &argv, false); 130 130 if (status == CUBIT_FAILURE) exit(1); 131 131 //Read in 2 volumes.
