src/hugo/preflow.h
changeset 849 cc3867a7d380
parent 836 f8549e3f6c5a
child 851 209c9d53e195
     1.1 --- a/src/hugo/preflow.h	Tue Sep 14 09:53:57 2004 +0000
     1.2 +++ b/src/hugo/preflow.h	Tue Sep 14 10:09:24 2004 +0000
     1.3 @@ -344,7 +344,7 @@
     1.4      ///Sets \c M to the characteristic vector of a minimum value
     1.5      ///cut. This method can be called both after running \ref
     1.6      ///phase1 and \ref phase2. It is much faster after
     1.7 -    ///\ref phase1.  \pre M should be a node map of bools. \pre
     1.8 +    ///\ref phase1.  \pre M should be a bool-valued node-map. \pre
     1.9      ///If \ref mincut is called after \ref phase2 then M should
    1.10      ///be initialized to false.
    1.11      template<typename _CutMap>