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

luis at geodynamics.org luis at geodynamics.org
Wed Oct 15 10:12:54 PDT 2008


Author: luis
Date: 2008-10-15 10:12:54 -0700 (Wed, 15 Oct 2008)
New Revision: 13073

Modified:
   cs/cigma/trunk/src/Locator.h
Log:
Reminder to remove method Locator::check_idx

Modified: cs/cigma/trunk/src/Locator.h
===================================================================
--- cs/cigma/trunk/src/Locator.h	2008-10-15 17:12:50 UTC (rev 13072)
+++ cs/cigma/trunk/src/Locator.h	2008-10-15 17:12:54 UTC (rev 13073)
@@ -18,7 +18,7 @@
     virtual int n_idx() const = 0;
     virtual int idx(int i) const = 0;
 
-    virtual bool check_idx(int i) const;
+    virtual bool check_idx(int i) const; // XXX: no longer necessary...remove it
 };
 
 



More information about the cig-commits mailing list