lemon/min_mean_cycle.h
changeset 2620 8f41a3129746
parent 2618 6aa6fcaeaea5
     1.1 --- a/lemon/min_mean_cycle.h	Sun Oct 05 13:36:43 2008 +0000
     1.2 +++ b/lemon/min_mean_cycle.h	Sun Oct 05 13:37:17 2008 +0000
     1.3 @@ -232,7 +232,7 @@
     1.4        }
     1.5        return true;
     1.6      }
     1.7 -    
     1.8 +
     1.9      /// @}
    1.10  
    1.11      /// \name Query Functions
    1.12 @@ -241,7 +241,7 @@
    1.13      /// \n The algorithm should be executed before using them.
    1.14  
    1.15      /// @{
    1.16 -    
    1.17 +
    1.18      /// \brief Returns the total length of the found cycle.
    1.19      ///
    1.20      /// Returns the total length of the found cycle.
    1.21 @@ -291,9 +291,9 @@
    1.22      const Path& cycle() const {
    1.23        return *_cycle_path;
    1.24      }
    1.25 -    
    1.26 +
    1.27      ///@}
    1.28 -    
    1.29 +
    1.30    private:
    1.31  
    1.32      // Initializes the internal data structures for the current strongly