lemon/smart_graph.h
changeset 280 e7f8647ce760
parent 238 79643f6e8c52
child 313 64f8f7cc6168
     1.1 --- a/lemon/smart_graph.h	Mon Sep 22 10:56:01 2008 +0200
     1.2 +++ b/lemon/smart_graph.h	Mon Jul 14 15:23:11 2008 +0100
     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();