[cig-commits] r13051 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Oct 15 02:07:51 PDT 2008


Author: luis
Date: 2008-10-15 02:07:50 -0700 (Wed, 15 Oct 2008)
New Revision: 13051

Modified:
   cs/cigma/trunk/src/Locator.cpp
   cs/cigma/trunk/src/Locator.h
Log:
Remove debug output in Locator

Modified: cs/cigma/trunk/src/Locator.cpp
===================================================================
--- cs/cigma/trunk/src/Locator.cpp	2008-10-15 09:07:49 UTC (rev 13050)
+++ cs/cigma/trunk/src/Locator.cpp	2008-10-15 09:07:50 UTC (rev 13051)
@@ -3,12 +3,10 @@
 
 using namespace cigma;
 
-/*
 Locator::Locator()
 {
-    std::cout << "Calling Locator()" << std::endl;
+    //std::cout << "Calling Locator()" << std::endl;
 }
-*/
 
 Locator::~Locator()
 {

Modified: cs/cigma/trunk/src/Locator.h
===================================================================
--- cs/cigma/trunk/src/Locator.h	2008-10-15 09:07:49 UTC (rev 13050)
+++ cs/cigma/trunk/src/Locator.h	2008-10-15 09:07:50 UTC (rev 13051)
@@ -9,7 +9,7 @@
 class cigma::Locator
 {
 public:
-    //Locator();
+    Locator();
     virtual ~Locator();
 
     virtual void searchBoundingBox(double *bbox) = 0;



More information about the cig-commits mailing list