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

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Tue Nov 3 10:05:44 CST 2009


Author: kraftche
Date: 2009-11-03 10:05:44 -0600 (Tue, 03 Nov 2009)
New Revision: 3270

Modified:
   cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Fix nightly test failures:  "chaman" "test" a) requires a user-specified input
file and b) doesn't actually test any results so it is inappropriate for
inclusion in the set of automated tests.  Build it for "make check", but 
don't run it.


Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc	2009-11-03 16:05:07 UTC (rev 3269)
+++ cgm/trunk/itaps/iGeom_CGMA.cc	2009-11-03 16:05:44 UTC (rev 3270)
@@ -332,7 +332,7 @@
   // parallel
   if (parallel) {
 #ifdef USE_MPI
-    ParallelGeomTool pgt(reinterpret_cast<CGMTagManager*> (instance), NULL);
+    ParallelGeomTool pgt(NULL);
     CubitStatus status = pgt.load_file(name, options);
     if (CUBIT_SUCCESS != status) {
       ERROR(iBase_FAILURE, "Trouble loading geometry file in parallel.");
@@ -451,7 +451,7 @@
                         double* max_z,
                         int* err ) 
 {
-  *err = CUBIT_FAILURE;
+  *err = iBase_NOT_SUPPORTED;
 }
 
 



More information about the cgma-dev mailing list