gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge bugfixes #323 to branch 1.1
0 1 0
merge 1.1
1 file changed with 3 insertions and 6 deletions:
↑ Collapse diff ↑
Show white space 2 line context
... ...
@@ -57,3 +57,3 @@
57 57
  ///
58
  /// \warning Length values should be \e non-negative \e integers.
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)