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

luis at geodynamics.org luis at geodynamics.org
Tue Apr 1 01:40:20 PDT 2008


Author: luis
Date: 2008-04-01 01:40:19 -0700 (Tue, 01 Apr 2008)
New Revision: 11697

Modified:
   cs/benchmark/cigma/trunk/src/SearchCmd.cpp
Log:
Removed debug output from SearchCmd


Modified: cs/benchmark/cigma/trunk/src/SearchCmd.cpp
===================================================================
--- cs/benchmark/cigma/trunk/src/SearchCmd.cpp	2008-04-01 08:40:18 UTC (rev 11696)
+++ cs/benchmark/cigma/trunk/src/SearchCmd.cpp	2008-04-01 08:40:19 UTC (rev 11697)
@@ -208,7 +208,7 @@
             if (!found)
             {
                 hitCount++;
-                cout << i << endl;
+                //cout << i << endl;
                 for (e = 0; e < nel; e++)
                 {
                     meshPart->select_cell(e);
@@ -223,7 +223,7 @@
                 assert(found);
             } // */
         }
-        cout << "Locator missed " << hitCount << " "
+        cout << "Locator missed " << hitCount << " points "
              << "(" << ((100.0*hitCount)/npts) << "%)"
              << endl;
     }



More information about the cig-commits mailing list