[MOAB-dev] r3760 - MOAB/trunk/test

smithrm at mcs.anl.gov smithrm at mcs.anl.gov
Thu Apr 8 14:44:10 CDT 2010


Author: smithrm
Date: 2010-04-08 14:44:09 -0500 (Thu, 08 Apr 2010)
New Revision: 3760

Modified:
   MOAB/trunk/test/MBTest.cpp
Log:
o Removed commented out old code in mb_adjacencies_test().


Modified: MOAB/trunk/test/MBTest.cpp
===================================================================
--- MOAB/trunk/test/MBTest.cpp	2010-04-07 22:34:35 UTC (rev 3759)
+++ MOAB/trunk/test/MBTest.cpp	2010-04-08 19:44:09 UTC (rev 3760)
@@ -762,13 +762,6 @@
   ErrorCode result = MB_SUCCESS;
   Range handle_range;
 
-    // Some code to make the test simpler locally (this will cause other tests to
-    // fail though, so watch out!)
-    //mb->delete_mesh();
-    //result = mb->load_mesh("mbtest2.g", 0);
-    //if (MB_SUCCESS != result)
-    //return result;
-
     // lets create a skin of the hexes
     // this may be far from being the most efficient, but
     // it certainly does exercise the adjacency routines



































More information about the moab-dev mailing list