[MOAB-dev] r3190 - MOAB/trunk

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Fri Oct 2 08:23:52 CDT 2009


Author: kraftche
Date: 2009-10-02 08:23:51 -0500 (Fri, 02 Oct 2009)
New Revision: 3190

Modified:
   MOAB/trunk/ReadCGM.cpp
Log:
fix build issues

Modified: MOAB/trunk/ReadCGM.cpp
===================================================================
--- MOAB/trunk/ReadCGM.cpp	2009-10-01 21:21:15 UTC (rev 3189)
+++ MOAB/trunk/ReadCGM.cpp	2009-10-02 13:23:51 UTC (rev 3190)
@@ -109,7 +109,7 @@
 
 // copy geometry into mesh database
 MBErrorCode ReadCGM::load_file(const char *cgm_file_name,
-                      MBEntitySet,
+                      MBEntityHandle,
                       const FileOptions& opts,
                       const MBReaderIface::IDTag* subset_list,
                       int subset_list_length,
@@ -561,9 +561,6 @@
       return MB_FAILURE;
   }
   
-  if (file_id_tag)
-    readUtilIface->assign_ids( *file_id_tag, loaded_range );
-
   return MB_SUCCESS;
 }
 



More information about the moab-dev mailing list