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

iulian at mcs.anl.gov iulian at mcs.anl.gov
Thu Jul 12 15:17:42 CDT 2012


Author: iulian
Date: 2012-07-12 15:17:42 -0500 (Thu, 12 Jul 2012)
New Revision: 5631

Modified:
   MOAB/trunk/test/mbcn_test.cc
Log:
there are only 6 faces in a hex :)
it was failing only in optimized mode, as Ryan pointed out.


Modified: MOAB/trunk/test/mbcn_test.cc
===================================================================
--- MOAB/trunk/test/mbcn_test.cc	2012-07-11 16:14:28 UTC (rev 5630)
+++ MOAB/trunk/test/mbcn_test.cc	2012-07-12 20:17:42 UTC (rev 5631)
@@ -620,7 +620,7 @@
 {
   for (int edge = 0; edge < 12; ++edge)
     do_test_side_number_1d( MBHEX, edge );
-  for (int face = 0; face < 8; ++face)
+  for (int face = 0; face < 6; ++face)
     do_test_side_number_2d( MBHEX, face );
 }
 



More information about the moab-dev mailing list