lemon/circulation.h
changeset 735 1f08e846df29
parent 688 756a5ec551c8
child 736 86c49553fea5
child 1081 f1398882a928
child 1157 761fe0846f49
     1.1 --- a/lemon/circulation.h	Fri May 29 17:46:48 2009 +0100
     1.2 +++ b/lemon/circulation.h	Tue Aug 18 10:24:31 2009 +0200
     1.3 @@ -453,7 +453,7 @@
     1.4      /// \brief Sets the tolerance used by algorithm.
     1.5      ///
     1.6      /// Sets the tolerance used by algorithm.
     1.7 -    Circulation& tolerance(const Tolerance& tolerance) const {
     1.8 +    Circulation& tolerance(const Tolerance& tolerance) {
     1.9        _tol = tolerance;
    1.10        return *this;
    1.11      }
    1.12 @@ -462,7 +462,7 @@
    1.13      ///
    1.14      /// Returns a const reference to the tolerance.
    1.15      const Tolerance& tolerance() const {
    1.16 -      return tolerance;
    1.17 +      return _tol;
    1.18      }
    1.19  
    1.20      /// \name Execution Control