lemon/max_matching.h
changeset 425 cace3206223b
parent 330 5ba887b7def4
child 440 88ed40ad0d4f
     1.1 --- a/lemon/max_matching.h	Fri Dec 05 13:10:16 2008 +0000
     1.2 +++ b/lemon/max_matching.h	Mon Dec 08 11:06:39 2008 +0100
     1.3 @@ -416,7 +416,7 @@
     1.4      /// If you need better control on the execution, you must call
     1.5      /// \ref init(), \ref greedyInit() or \ref matchingInit()
     1.6      /// functions first, then you can start the algorithm with the \ref
     1.7 -    /// startParse() or startDense() functions.
     1.8 +    /// startSparse() or startDense() functions.
     1.9  
    1.10      ///@{
    1.11