0
3
0
... | ... |
@@ -405,8 +405,8 @@ |
405 | 405 |
/// |
406 | 406 |
/// \pre \ref run() or \ref findMinMean() must be called before |
407 | 407 |
/// using this function. |
408 |
LargeValue cycleLength() const { |
|
409 |
return _best_length; |
|
408 |
Value cycleLength() const { |
|
409 |
return static_cast<Value>(_best_length); |
|
410 | 410 |
} |
411 | 411 |
|
412 | 412 |
/// \brief Return the number of arcs on the found cycle. |
... | ... |
@@ -384,8 +384,8 @@ |
384 | 384 |
/// |
385 | 385 |
/// \pre \ref run() or \ref findMinMean() must be called before |
386 | 386 |
/// using this function. |
387 |
LargeValue cycleLength() const { |
|
388 |
return _best_length; |
|
387 |
Value cycleLength() const { |
|
388 |
return static_cast<Value>(_best_length); |
|
389 | 389 |
} |
390 | 390 |
|
391 | 391 |
/// \brief Return the number of arcs on the found cycle. |
... | ... |
@@ -392,8 +392,8 @@ |
392 | 392 |
/// |
393 | 393 |
/// \pre \ref run() or \ref findMinMean() must be called before |
394 | 394 |
/// using this function. |
395 |
LargeValue cycleLength() const { |
|
396 |
return _cycle_length; |
|
395 |
Value cycleLength() const { |
|
396 |
return static_cast<Value>(_cycle_length); |
|
397 | 397 |
} |
398 | 398 |
|
399 | 399 |
/// \brief Return the number of arcs on the found cycle. |
0 comments (0 inline)