[MOAB-dev] r1624 - MOAB/trunk
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Wed Feb 27 17:27:57 CST 2008
Author: tautges
Date: 2008-02-27 17:27:57 -0600 (Wed, 27 Feb 2008)
New Revision: 1624
Modified:
MOAB/trunk/mbparallelcomm_test.cpp
Log:
Fixing bug parsing options for read method.
Modified: MOAB/trunk/mbparallelcomm_test.cpp
===================================================================
--- MOAB/trunk/mbparallelcomm_test.cpp 2008-02-27 23:27:32 UTC (rev 1623)
+++ MOAB/trunk/mbparallelcomm_test.cpp 2008-02-27 23:27:57 UTC (rev 1624)
@@ -95,7 +95,7 @@
case -2:
case -3:
parallel_option = this_opt;
- break;
+ continue;
case 1:
N = atoi(argv[npos++]);
More information about the moab-dev
mailing list