[cgma-dev] r2852 - cgm/trunk/test
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Tue Apr 21 15:56:38 CDT 2009
Author: janehu
Date: 2009-04-21 15:56:38 -0500 (Tue, 21 Apr 2009)
New Revision: 2852
Modified:
cgm/trunk/test/makept.cpp
Log:
Reverse un-intended check in.
Modified: cgm/trunk/test/makept.cpp
===================================================================
--- cgm/trunk/test/makept.cpp 2009-04-21 20:55:23 UTC (rev 2851)
+++ cgm/trunk/test/makept.cpp 2009-04-21 20:56:38 UTC (rev 2852)
@@ -325,8 +325,8 @@
filename = "point.occ";
filetype = "OCC";
- //rsl = gti->export_solid_model(ref_entity_list, filename, filetype,
- // num_ents_exported, cubit_version);
+ rsl = gti->export_solid_model(ref_entity_list, filename, filetype,
+ num_ents_exported, cubit_version);
//check for vertex
bodies.clean_out();
More information about the cgma-dev
mailing list