lemon/hartmann_orlin.h
changeset 772 f964a00b9068
parent 771 8452ca46e29a
child 795 921d5bf41ac2
     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