[Lemon-commits] Alpar Juttner: Minor doc improvements in HaoOrli...

Lemon HG hg at lemon.cs.elte.hu
Tue Dec 2 12:04:59 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/7030149efed2
changeset: 428:7030149efed2
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Tue Dec 02 10:57:23 2008 +0000
description:
	Minor doc improvements in HaoOrlin (#58)

diffstat:

1 file changed, 5 insertions(+), 5 deletions(-)
lemon/hao_orlin.h |   10 +++++-----

diffs (34 lines):

diff -r 01c443515ad2 -r 7030149efed2 lemon/hao_orlin.h
--- a/lemon/hao_orlin.h	Tue Dec 02 08:21:47 2008 +0100
+++ b/lemon/hao_orlin.h	Tue Dec 02 10:57:23 2008 +0000
@@ -821,7 +821,7 @@
     /// \n
     /// If you need more control on the execution,
     /// first you must call \ref init(), then the \ref calculateIn() or
-    /// \ref calculateIn() functions.
+    /// \ref calculateOut() functions.
 
     /// @{
 
@@ -883,8 +883,8 @@
     /// source-side.
     ///
     /// Calculates a minimum cut with \f$ source \f$ on the
-    /// source-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
-    /// \in X \f$ and minimal out-degree).
+    /// source-side (i.e. a set \f$ X\subsetneq V \f$ with
+    /// \f$ source \in X \f$ and minimal out-degree).
     void calculateOut() {
       findMinCutOut();
     }
@@ -893,8 +893,8 @@
     /// target-side.
     ///
     /// Calculates a minimum cut with \f$ source \f$ on the
-    /// target-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
-    /// \in X \f$ and minimal out-degree).
+    /// target-side (i.e. a set \f$ X\subsetneq V \f$ with
+    /// \f$ source \in X \f$ and minimal out-degree).
     void calculateIn() {
       findMinCutIn();
     }



More information about the Lemon-commits mailing list