diff -r 7f6e2bd76654 -r 141f9c0db4a3 lemon/fractional_matching.h --- a/lemon/fractional_matching.h Wed Mar 17 12:35:52 2010 +0100 +++ b/lemon/fractional_matching.h Sat Mar 06 14:35:12 2010 +0000 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2009 + * Copyright (C) 2003-2010 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -2009,7 +2009,7 @@ /// \brief Run the algorithm. /// - /// This method runs the \c %MaxWeightedPerfectFractionalMatching + /// This method runs the \c %MaxWeightedPerfectFractionalMatching /// algorithm. /// /// \note mwfm.run() is just a shortcut of the following code.