[MOAB-dev] r2309 - MOAB/trunk/tools/dagmc

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Dec 3 12:48:48 CST 2008


Author: kraftche
Date: 2008-12-03 12:48:48 -0600 (Wed, 03 Dec 2008)
New Revision: 2309

Modified:
   MOAB/trunk/tools/dagmc/main.cc
Log:
OCC file type is 'OCC', not 'BREP'

Modified: MOAB/trunk/tools/dagmc/main.cc
===================================================================
--- MOAB/trunk/tools/dagmc/main.cc	2008-12-03 18:31:01 UTC (rev 2308)
+++ MOAB/trunk/tools/dagmc/main.cc	2008-12-03 18:48:48 UTC (rev 2309)
@@ -10,7 +10,7 @@
 #define GF_IGES_FILE_TYPE     "IGES"
 #define GF_ACIS_TXT_FILE_TYPE "ACIS_SAT"
 #define GF_ACIS_BIN_FILE_TYPE "ACIS_SAB"
-#define GF_OCC_BREP_FILE_TYPE "BREP"
+#define GF_OCC_BREP_FILE_TYPE "OCC"
 
 /* Get the type of a file.
    Return value is one of the above constants




More information about the moab-dev mailing list