1.1 --- a/lemon/hartmann_orlin.h Thu Oct 15 12:55:41 2009 +0200
1.2 +++ b/lemon/hartmann_orlin.h Fri Oct 16 09:50:18 2009 +0200
1.3 @@ -69,7 +69,7 @@
1.4 ///
1.5 /// The path type of the found cycles.
1.6 /// It must conform to the \ref lemon::concepts::Path "Path" concept
1.7 - /// and it must have an \c addBack() function.
1.8 + /// and it must have an \c addFront() function.
1.9 typedef lemon::Path<Digraph> Path;
1.10 };
1.11
2.1 --- a/lemon/karp.h Thu Oct 15 12:55:41 2009 +0200
2.2 +++ b/lemon/karp.h Fri Oct 16 09:50:18 2009 +0200
2.3 @@ -69,7 +69,7 @@
2.4 ///
2.5 /// The path type of the found cycles.
2.6 /// It must conform to the \ref lemon::concepts::Path "Path" concept
2.7 - /// and it must have an \c addBack() function.
2.8 + /// and it must have an \c addFront() function.
2.9 typedef lemon::Path<Digraph> Path;
2.10 };
2.11