[MOAB-dev] r3705 - MOAB/trunk/test
smithrm at mcs.anl.gov
smithrm at mcs.anl.gov
Wed Mar 24 14:31:21 CDT 2010
Author: smithrm
Date: 2010-03-24 14:31:21 -0500 (Wed, 24 Mar 2010)
New Revision: 3705
Modified:
MOAB/trunk/test/MBTest.cpp
Log:
o Commented out line 770 in mb_adjacencies_test().
This line caused this test to do nothing and return.
Modified: MOAB/trunk/test/MBTest.cpp
===================================================================
--- MOAB/trunk/test/MBTest.cpp 2010-03-24 18:29:26 UTC (rev 3704)
+++ MOAB/trunk/test/MBTest.cpp 2010-03-24 19:31:21 UTC (rev 3705)
@@ -767,7 +767,7 @@
//mb->delete_mesh();
//result = mb->load_mesh("mbtest2.g", 0);
//if (MB_SUCCESS != result)
- return result;
+ //return result;
// lets create a skin of the hexes
// this may be far from being the most efficient, but
More information about the moab-dev
mailing list