[cgma-dev] r2215 - cgm/trunk/itaps

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Nov 5 12:33:54 CST 2008


Author: kraftche
Date: 2008-11-05 12:33:54 -0600 (Wed, 05 Nov 2008)
New Revision: 2215

Modified:
   cgm/trunk/itaps/iGeom_CGMA.cc
Log:
fix bug in previous checkin

Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc	2008-11-05 18:28:36 UTC (rev 2214)
+++ cgm/trunk/itaps/iGeom_CGMA.cc	2008-11-05 18:33:54 UTC (rev 2215)
@@ -233,10 +233,6 @@
                     int* err,
                     const int options_size) 
 {
-  if (0 != options_size) {
-    ERROR(iBase_NOT_SUPPORTED, "No options for iGeom factory have been implemented.");
-  }
-  
   CubitStatus status = InitCGMA::initialize_cgma();
   if (CUBIT_SUCCESS != status) RETURN(iBase_FAILURE);
   




More information about the cgma-dev mailing list