diff -r 30fb4d68b0e8 -r 8f41a3129746 lemon/min_mean_cycle.h --- a/lemon/min_mean_cycle.h Sun Oct 05 13:36:43 2008 +0000 +++ b/lemon/min_mean_cycle.h Sun Oct 05 13:37:17 2008 +0000 @@ -232,7 +232,7 @@ } return true; } - + /// @} /// \name Query Functions @@ -241,7 +241,7 @@ /// \n The algorithm should be executed before using them. /// @{ - + /// \brief Returns the total length of the found cycle. /// /// Returns the total length of the found cycle. @@ -291,9 +291,9 @@ const Path& cycle() const { return *_cycle_path; } - + ///@} - + private: // Initializes the internal data structures for the current strongly