COIN-OR::LEMON - Graph Library

Changeset 689:86c49553fea5 in lemon-main for lemon/circulation.h


Ignore:
Timestamp:
08/18/09 10:35:35 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Test file + doc improvements (#307)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/circulation.h

    r688 r689  
    451451    }
    452452
    453     /// \brief Sets the tolerance used by algorithm.
    454     ///
    455     /// Sets the tolerance used by algorithm.
     453    /// \brief Sets the tolerance used by the algorithm.
     454    ///
     455    /// Sets the tolerance object used by the algorithm.
     456    /// \return <tt>(*this)</tt>
    456457    Circulation& tolerance(const Tolerance& tolerance) {
    457458      _tol = tolerance;
     
    461462    /// \brief Returns a const reference to the tolerance.
    462463    ///
    463     /// Returns a const reference to the tolerance.
     464    /// Returns a const reference to the tolerance object used by
     465    /// the algorithm.
    464466    const Tolerance& tolerance() const {
    465467      return _tol;
Note: See TracChangeset for help on using the changeset viewer.