1.1 --- a/lemon/list_graph.h Fri Sep 26 13:46:49 2008 +0200
1.2 +++ b/lemon/list_graph.h Sat Sep 27 13:45:50 2008 +0200
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;) {