[Lemon-commits] [lemon_svn] athos: r3038 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:51:59 CET 2006


Author: athos
Date: Mon Oct 30 17:26:13 2006
New Revision: 3038

Modified:
   hugo/trunk/lemon/hao_orlin.h

Log:
Small bugs in the documentation 2.

Modified: hugo/trunk/lemon/hao_orlin.h
==============================================================================
--- hugo/trunk/lemon/hao_orlin.h	(original)
+++ hugo/trunk/lemon/hao_orlin.h	Mon Oct 30 17:26:13 2006
@@ -630,10 +630,11 @@
 
     /// @}
     
-    /// \name Query Functions The result of the %HaoOrlin algorithm
+    /// \name Query Functions 
+    /// The result of the %HaoOrlin algorithm
     /// can be obtained using these functions.
     /// \n
-    /// Before the use of these functions, either \ref run(), \ref
+    /// Before using these functions, either \ref run(), \ref
     /// calculateOut() or \ref calculateIn() must be called.
     
     /// @{
@@ -651,7 +652,7 @@
     /// Sets \c nodeMap to the characteristic vector of a minimum
     /// value cut: it will give a nonempty set \f$ X\subsetneq V \f$
     /// with minimal out-degree (i.e. \c nodeMap will be true exactly
-    /// for the nodes of \f$ X \f$.  \pre nodeMap should be a
+    /// for the nodes of \f$ X \f$).  \pre nodeMap should be a
     /// bool-valued node-map.
     template <typename NodeMap>
     Value minCut(NodeMap& nodeMap) const {



More information about the Lemon-commits mailing list