lemon/howard_mmc.h
changeset 1093 fb1c7da561ce
parent 1092 dceba191c00d
     1.1 --- a/lemon/howard_mmc.h	Fri Aug 09 11:28:17 2013 +0200
     1.2 +++ b/lemon/howard_mmc.h	Fri Aug 09 11:29:40 2013 +0200
     1.3 @@ -361,7 +361,8 @@
     1.4      ///
     1.5      /// \return The termination cause of the search process.
     1.6      /// For more information, see \ref TerminationCause.
     1.7 -    TerminationCause findCycleMean(int limit = std::numeric_limits<int>::max()) {
     1.8 +    TerminationCause findCycleMean(int limit =
     1.9 +                                   std::numeric_limits<int>::max()) {
    1.10        // Initialize and find strongly connected components
    1.11        init();
    1.12        findComponents();