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

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Mon Apr 20 11:15:56 CDT 2009


Author: janehu
Date: 2009-04-20 11:15:55 -0500 (Mon, 20 Apr 2009)
New Revision: 2847

Modified:
   cgm/trunk/test/r_w.cpp
Log:
Not intended to change.

Modified: cgm/trunk/test/r_w.cpp
===================================================================
--- cgm/trunk/test/r_w.cpp	2009-04-20 16:12:26 UTC (rev 2846)
+++ cgm/trunk/test/r_w.cpp	2009-04-20 16:15:55 UTC (rev 2847)
@@ -48,7 +48,7 @@
 #define SRCPATH STRINGIFY(SRCDIR) "/"
 
 // forward declare some functions used and defined later
-CubitStatus read_geometry(int, const char **, bool local = false);
+CubitStatus read_geometry(int, char **, bool local = false);
 CubitStatus make_Point();
 // macro for printing a separator line
 #define PRINT_SEPARATOR   PRINT_INFO("=======================================\n");
@@ -150,7 +150,7 @@
 
   //Read in the geometry from iges file
   const char *argiges = "ex3.iges";
-  CubitStatus status = read_geometry(1, &argiges, true);
+  CubitStatus status = read_geometry(1, &argiges, false);
   //Constructed 18 Free Curves: 1 to 18
   if (status == CUBIT_FAILURE) exit(1);
 



More information about the cgma-dev mailing list