[MOAB-dev] r1970 - MOAB/trunk/refiner
dcthomp at mcs.anl.gov
dcthomp at mcs.anl.gov
Tue Jul 1 01:29:11 CDT 2008
Author: dcthomp
Date: 2008-07-01 01:29:10 -0500 (Tue, 01 Jul 2008)
New Revision: 1970
Modified:
MOAB/trunk/refiner/test_mesh_refiner.cpp
Log:
BUG: Clean up properly
Modified: MOAB/trunk/refiner/test_mesh_refiner.cpp
===================================================================
--- MOAB/trunk/refiner/test_mesh_refiner.cpp 2008-07-01 06:28:38 UTC (rev 1969)
+++ MOAB/trunk/refiner/test_mesh_refiner.cpp 2008-07-01 06:29:10 UTC (rev 1970)
@@ -116,6 +116,10 @@
#endif // USE_MPI
// Clean up
+#ifdef USE_MPI
+ delete readpar;
+ delete ipcomm;
+#endif // USE_MPI
if ( omesh != imesh )
delete omesh;
delete imesh;
More information about the moab-dev
mailing list