lemon/list_graph.h
changeset 280 e7f8647ce760
parent 239 7b7e3f20bcec
child 313 64f8f7cc6168
     1.1 --- a/lemon/list_graph.h	Mon Sep 22 10:56:01 2008 +0200
     1.2 +++ b/lemon/list_graph.h	Mon Jul 14 15:23:11 2008 +0100
     1.3 @@ -501,10 +501,8 @@
     1.4      ///valid. However <tt>InArcIt</tt>s and <tt>OutArcIt</tt>s may
     1.5      ///be invalidated.
     1.6      ///
     1.7 -    ///\warning This functionality cannot be used together with the
     1.8 +    ///\warning This functionality cannot be used in conjunction with the
     1.9      ///Snapshot feature.
    1.10 -    ///
    1.11 -    ///\todo It could be implemented in a bit faster way.
    1.12      Node split(Node n, bool connect = true) {
    1.13        Node b = addNode();
    1.14        for(OutArcIt e(*this,n);e!=INVALID;) {