URL:
https://svn.lrde.epita.fr/svn/oln/trunk/milena
ChangeLog:
2009-06-05 Edwin Carlinet <carlinet(a)lrde.epita.fr>
Remove old method get_depth from depth1st iterator structure.
* morpho/tree/data.hh: Remove get_depth method which was
commited by error.
---
data.hh | 4 ----
1 file changed, 4 deletions(-)
Index: trunk/milena/mln/morpho/tree/data.hh
===================================================================
--- trunk/milena/mln/morpho/tree/data.hh (revision 4004)
+++ trunk/milena/mln/morpho/tree/data.hh (revision 4005)
@@ -370,10 +370,6 @@
/// Skip current point children. Next call to next() goes to the brother point.
void skip_children();
- unsigned get_depth() {
- return stack_.size() - 1;
- }
-
protected:
using super_::p_;
using super_::s_;