[MOAB-dev] r4297 - MOAB/trunk/test/parallel
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Tue Nov 23 07:48:37 CST 2010
Author: tautges
Date: 2010-11-23 07:48:36 -0600 (Tue, 23 Nov 2010)
New Revision: 4297
Modified:
MOAB/trunk/test/parallel/pcomm_unit.cpp
Log:
Commenting the line causing the test to fail.
Modified: MOAB/trunk/test/parallel/pcomm_unit.cpp
===================================================================
--- MOAB/trunk/test/parallel/pcomm_unit.cpp 2010-11-22 23:12:13 UTC (rev 4296)
+++ MOAB/trunk/test/parallel/pcomm_unit.cpp 2010-11-23 13:48:36 UTC (rev 4297)
@@ -1829,7 +1829,7 @@
Range verts[4], quads[4];
ErrorCode rval = create_shared_grid_2d(pc, verts, quads);
- moab[0].list_entities(0,1);
+ //moab[0].list_entities(0,1);
// exchange interface cells
rval = ParallelComm::exchange_ghost_cells(pc, 4, -1, -1, 0, 0, true);
More information about the moab-dev
mailing list