| ... | ... |
@@ -454,5 +454,5 @@ |
| 454 | 454 |
/// |
| 455 | 455 |
/// Sets the tolerance used by algorithm. |
| 456 |
Circulation& tolerance(const Tolerance& tolerance) |
|
| 456 |
Circulation& tolerance(const Tolerance& tolerance) {
|
|
| 457 | 457 |
_tol = tolerance; |
| 458 | 458 |
return *this; |
| ... | ... |
@@ -463,5 +463,5 @@ |
| 463 | 463 |
/// Returns a const reference to the tolerance. |
| 464 | 464 |
const Tolerance& tolerance() const {
|
| 465 |
return |
|
| 465 |
return _tol; |
|
| 466 | 466 |
} |
| 467 | 467 |
| ... | ... |
@@ -375,5 +375,5 @@ |
| 375 | 375 |
/// |
| 376 | 376 |
/// Sets the tolerance used by algorithm. |
| 377 |
Preflow& tolerance(const Tolerance& tolerance) |
|
| 377 |
Preflow& tolerance(const Tolerance& tolerance) {
|
|
| 378 | 378 |
_tolerance = tolerance; |
| 379 | 379 |
return *this; |
| ... | ... |
@@ -384,5 +384,5 @@ |
| 384 | 384 |
/// Returns a const reference to the tolerance. |
| 385 | 385 |
const Tolerance& tolerance() const {
|
| 386 |
return |
|
| 386 |
return _tolerance; |
|
| 387 | 387 |
} |
| 388 | 388 |
|
0 comments (0 inline)