[MOAB-dev] r2252 - MOAB/trunk

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Fri Nov 14 15:20:33 CST 2008


Author: kraftche
Date: 2008-11-14 15:20:33 -0600 (Fri, 14 Nov 2008)
New Revision: 2252

Modified:
   MOAB/trunk/MBCore.cpp
Log:
fix mistake in code to enable iMeshP parallel read that broke parallel any other time

Modified: MOAB/trunk/MBCore.cpp
===================================================================
--- MOAB/trunk/MBCore.cpp	2008-11-14 21:14:05 UTC (rev 2251)
+++ MOAB/trunk/MBCore.cpp	2008-11-14 21:20:33 UTC (rev 2252)
@@ -396,7 +396,7 @@
       if (!pcomm)
         return MB_ENTITY_NOT_FOUND;
     }
-    else if (rval != MB_TYPE_OUT_OF_RANGE) 
+    else if (rval != MB_ENTITY_NOT_FOUND) 
       return rval;
     return ReadParallel(this,pcomm).load_file(file_name, file_set, opts,
                                         block_id_list, num_blocks);




More information about the moab-dev mailing list