lemon/smart_graph.h
changeset 1537 0d9f1a71be27
parent 1457 be025fc1b13d
child 1631 e15162d8eca1
     1.1 --- a/lemon/smart_graph.h	Mon Jul 04 16:27:54 2005 +0000
     1.2 +++ b/lemon/smart_graph.h	Mon Jul 04 17:16:05 2005 +0000
     1.3 @@ -367,7 +367,6 @@
     1.4        
     1.5        ///Undo the changes until a snapshot created by save().
     1.6        ///
     1.7 -      ///\param s an internal stucture given back by save()
     1.8        ///\note After you restored a state, you cannot restore
     1.9        ///a later state, in other word you cannot add again the edges deleted
    1.10        ///by restore().