1.1 --- a/lemon/hao_orlin.h Tue Dec 02 08:21:47 2008 +0100
1.2 +++ b/lemon/hao_orlin.h Tue Dec 02 10:57:23 2008 +0000
1.3 @@ -821,7 +821,7 @@
1.4 /// \n
1.5 /// If you need more control on the execution,
1.6 /// first you must call \ref init(), then the \ref calculateIn() or
1.7 - /// \ref calculateIn() functions.
1.8 + /// \ref calculateOut() functions.
1.9
1.10 /// @{
1.11
1.12 @@ -883,8 +883,8 @@
1.13 /// source-side.
1.14 ///
1.15 /// Calculates a minimum cut with \f$ source \f$ on the
1.16 - /// source-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
1.17 - /// \in X \f$ and minimal out-degree).
1.18 + /// source-side (i.e. a set \f$ X\subsetneq V \f$ with
1.19 + /// \f$ source \in X \f$ and minimal out-degree).
1.20 void calculateOut() {
1.21 findMinCutOut();
1.22 }
1.23 @@ -893,8 +893,8 @@
1.24 /// target-side.
1.25 ///
1.26 /// Calculates a minimum cut with \f$ source \f$ on the
1.27 - /// target-side (i.e. a set \f$ X\subsetneq V \f$ with \f$ source
1.28 - /// \in X \f$ and minimal out-degree).
1.29 + /// target-side (i.e. a set \f$ X\subsetneq V \f$ with
1.30 + /// \f$ source \in X \f$ and minimal out-degree).
1.31 void calculateIn() {
1.32 findMinCutIn();
1.33 }