[MOAB-dev] r1664 - MOAB/trunk/tools/iMesh
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Fri Mar 14 14:59:51 CDT 2008
Author: kraftche
Date: 2008-03-14 14:59:51 -0500 (Fri, 14 Mar 2008)
New Revision: 1664
Modified:
MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp
Log:
fix compile error
Modified: MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp
===================================================================
--- MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp 2008-03-14 19:55:12 UTC (rev 1663)
+++ MOAB/trunk/tools/iMesh/iMesh_MOAB.cpp 2008-03-14 19:59:51 UTC (rev 1664)
@@ -253,8 +253,8 @@
MPI_Comm_size(MPI_COMM_WORLD, &size);
core = new MBiMesh(rank, size);
#else
- mError->set_last_error( "PARALLEL option not valid, this instance"
- " compiled for serial execution.\n" );
+ //mError->set_last_error( "PARALLEL option not valid, this instance"
+ // " compiled for serial execution.\n" );
*err = MB_NOT_IMPLEMENTED;
return;
#endif
More information about the moab-dev
mailing list