... | ... |
@@ -57,3 +57,3 @@ |
57 | 57 |
/// |
58 |
/// \warning Length values should be \e non-negative |
|
58 |
/// \warning Length values should be \e non-negative. |
|
59 | 59 |
/// |
... | ... |
@@ -254,6 +254,3 @@ |
254 | 254 |
_potential(0), _local_potential(false), _pred(graph) |
255 |
{ |
|
256 |
LEMON_ASSERT(std::numeric_limits<Length>::is_integer, |
|
257 |
"The length type of Suurballe must be integer"); |
|
258 |
} |
|
255 |
{} |
|
259 | 256 |
|
... | ... |
@@ -522,3 +519,3 @@ |
522 | 519 |
/// this function. |
523 |
Path path(int i) const { |
|
520 |
const Path& path(int i) const { |
|
524 | 521 |
return paths[i]; |
0 comments (0 inline)