[cgma-dev] r5606 - cgm/branches/merge-cubit13.1/test

jiangtao_ma at yahoo.com jiangtao_ma at yahoo.com
Thu Jun 28 10:58:03 CDT 2012


Author: janehu
Date: 2012-06-28 10:58:03 -0500 (Thu, 28 Jun 2012)
New Revision: 5606

Modified:
   cgm/branches/merge-cubit13.1/test/loft.cpp
Log:
Remove generated brep file in loft.cpp

Modified: cgm/branches/merge-cubit13.1/test/loft.cpp
===================================================================
--- cgm/branches/merge-cubit13.1/test/loft.cpp	2012-06-28 15:56:52 UTC (rev 5605)
+++ cgm/branches/merge-cubit13.1/test/loft.cpp	2012-06-28 15:58:03 UTC (rev 5606)
@@ -138,7 +138,7 @@
                                  num_ents_exported, cubit_version);
 
   assert(rsl);
-  //remove(filename);
+  remove(filename);
   DLIList<Body*> bodies;
   gti->bodies(bodies);
 








































More information about the cgma-dev mailing list