[Lemon-commits] Peter Kovacs: Small fix in the doc (#179)

Lemon HG hg at lemon.cs.elte.hu
Thu Nov 5 08:59:59 CET 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/f964a00b9068
changeset: 832:f964a00b9068
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Fri Oct 16 09:50:18 2009 +0200
description:
	Small fix in the doc (#179)

diffstat:

 lemon/hartmann_orlin.h |  2 +-
 lemon/karp.h           |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff --git a/lemon/hartmann_orlin.h b/lemon/hartmann_orlin.h
--- a/lemon/hartmann_orlin.h
+++ b/lemon/hartmann_orlin.h
@@ -69,7 +69,7 @@
     ///
     /// The path type of the found cycles.
     /// It must conform to the \ref lemon::concepts::Path "Path" concept
-    /// and it must have an \c addBack() function.
+    /// and it must have an \c addFront() function.
     typedef lemon::Path<Digraph> Path;
   };
 
diff --git a/lemon/karp.h b/lemon/karp.h
--- a/lemon/karp.h
+++ b/lemon/karp.h
@@ -69,7 +69,7 @@
     ///
     /// The path type of the found cycles.
     /// It must conform to the \ref lemon::concepts::Path "Path" concept
-    /// and it must have an \c addBack() function.
+    /// and it must have an \c addFront() function.
     typedef lemon::Path<Digraph> Path;
   };
 



More information about the Lemon-commits mailing list