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

luis at geodynamics.org luis at geodynamics.org
Wed Mar 12 11:03:34 PDT 2008


Author: luis
Date: 2008-03-12 11:03:34 -0700 (Wed, 12 Mar 2008)
New Revision: 11429

Modified:
   cs/benchmark/cigma/trunk/src/CubeCmd.cpp
Log:
Clarified message in CubeCmd (quick test on -v flag)


Modified: cs/benchmark/cigma/trunk/src/CubeCmd.cpp
===================================================================
--- cs/benchmark/cigma/trunk/src/CubeCmd.cpp	2008-03-12 18:03:31 UTC (rev 11428)
+++ cs/benchmark/cigma/trunk/src/CubeCmd.cpp	2008-03-12 18:03:34 UTC (rev 11429)
@@ -225,18 +225,18 @@
         double pts[2][3] = {{0.5, 0.5, 0.5},
                             {1.0, 1.0, 1.0}};
 
-        cout << "Looking for centroid..." << endl;
+        cout << "cube test: Looking for centroid..." << endl;
         bool found = mesh->find_cell(pts[0], &e);
 
         if (!found)
         {
-            cerr << "Error: Could not find cell "
+            cerr << "cube test error: Could not find cell "
                  << "containing centroid (0.5,0.5,0.5)" << endl;
             exit(1);
         }
         else
         {
-            cout << "Found centroid in cell " << e << endl;
+            cout << "cube test: Found centroid in cell " << e << endl;
         }
     }
 



More information about the cig-commits mailing list