lemon/preflow.h
changeset 2618 6aa6fcaeaea5
parent 2553 bfced05fa852
     1.1 --- a/lemon/preflow.h	Tue Jul 22 11:29:57 2008 +0000
     1.2 +++ b/lemon/preflow.h	Fri Sep 19 15:14:41 2008 +0000
     1.3 @@ -86,7 +86,7 @@
     1.4      /// \brief The tolerance used by the algorithm
     1.5      ///
     1.6      /// The tolerance used by the algorithm to handle inexact computation.
     1.7 -    typedef Tolerance<Value> Tolerance;
     1.8 +    typedef lemon::Tolerance<Value> Tolerance;
     1.9  
    1.10    };
    1.11