diff -r 7abfb55f1ecc -r e7f8647ce760 lemon/list_graph.h --- a/lemon/list_graph.h Mon Sep 22 10:56:01 2008 +0200 +++ b/lemon/list_graph.h Mon Jul 14 15:23:11 2008 +0100 @@ -501,10 +501,8 @@ ///valid. However InArcIts and OutArcIts may ///be invalidated. /// - ///\warning This functionality cannot be used together with the + ///\warning This functionality cannot be used in conjunction with the ///Snapshot feature. - /// - ///\todo It could be implemented in a bit faster way. Node split(Node n, bool connect = true) { Node b = addNode(); for(OutArcIt e(*this,n);e!=INVALID;) {