lemon/smart_graph.h
changeset 287 bb40b6db0a58
parent 238 79643f6e8c52
child 313 64f8f7cc6168
     1.1 --- a/lemon/smart_graph.h	Fri Sep 26 12:40:11 2008 +0200
     1.2 +++ b/lemon/smart_graph.h	Sat Sep 27 14:33:28 2008 +0200
     1.3 @@ -300,7 +300,6 @@
     1.4      ///may be invalidated.
     1.5      ///\warning This functionality cannot be used together with the Snapshot
     1.6      ///feature.
     1.7 -    ///\todo It could be implemented in a bit faster way.
     1.8      Node split(Node n, bool connect = true)
     1.9      {
    1.10        Node b = addNode();