[cig-commits] r11568 - cs/benchmark/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Mar 26 03:27:58 PDT 2008


Author: luis
Date: 2008-03-26 03:27:58 -0700 (Wed, 26 Mar 2008)
New Revision: 11568

Modified:
   cs/benchmark/cigma/trunk/src/MeshPartReader.cpp
Log:
Updated error msgs (option prefix can change, as it does in CompareCmd)


Modified: cs/benchmark/cigma/trunk/src/MeshPartReader.cpp
===================================================================
--- cs/benchmark/cigma/trunk/src/MeshPartReader.cpp	2008-03-26 10:27:57 UTC (rev 11567)
+++ cs/benchmark/cigma/trunk/src/MeshPartReader.cpp	2008-03-26 10:27:58 UTC (rev 11568)
@@ -78,14 +78,14 @@
             if (coordsPath == "")
             {
                 cerr << cmd_name
-                     << ": Detected missing option --mesh-coordinates"
+                     << ": Missing mesh coordinates option"
                      << endl;
                 exit(1);
             }
             if (connectPath == "")
             {
                 cerr << cmd_name
-                     << ": Detected missing option --mesh-connectivity"
+                     << ": Missing mesh connectivity option"
                      << endl;
                 exit(1);
             }



More information about the cig-commits mailing list