Changeset 736:86c49553fea5 in lemon for lemon/circulation.h
- Timestamp:
- 08/18/09 10:35:35 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/circulation.h
r735 r736 451 451 } 452 452 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> 456 457 Circulation& tolerance(const Tolerance& tolerance) { 457 458 _tol = tolerance; … … 461 462 /// \brief Returns a const reference to the tolerance. 462 463 /// 463 /// Returns a const reference to the tolerance. 464 /// Returns a const reference to the tolerance object used by 465 /// the algorithm. 464 466 const Tolerance& tolerance() const { 465 467 return _tol;
Note: See TracChangeset
for help on using the changeset viewer.