[MOAB-dev] r5350 - MOAB/trunk/test/parallel

jvporter at wisc.edu jvporter at wisc.edu
Wed Jan 25 23:19:16 CST 2012


Author: jvporter
Date: 2012-01-25 23:19:16 -0600 (Wed, 25 Jan 2012)
New Revision: 5350

Modified:
   MOAB/trunk/test/parallel/partcheck.cpp
Log:
Fix bad copy-paste in partchec


Modified: MOAB/trunk/test/parallel/partcheck.cpp
===================================================================
--- MOAB/trunk/test/parallel/partcheck.cpp	2012-01-26 05:17:30 UTC (rev 5349)
+++ MOAB/trunk/test/parallel/partcheck.cpp	2012-01-26 05:19:16 UTC (rev 5350)
@@ -41,7 +41,7 @@
             << "          (default = \"" << PARTTAG << "\")" << std::endl
             << "  -D  : read mode as \"" << READ_DEL_OPT << "\"" << defstr(READ_DEL_OPT) << std::endl
             << "  -B  : read mode as \"" << BCAST_DEL_OPT << "\"" << defstr(READ_DEL_OPT) << std::endl
-            << "  -P  : read mode as \"" << READ_PART_OPT << "\"" << defstr(READ_DEL_OPT) << std::endl
+            << "  -P  : read mode as \"" << READ_PART_OPT << "\"" << defstr(READ_PART_OPT) << std::endl
             ;
   exit(0);
 }








































More information about the moab-dev mailing list