gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Bug fix in Suurballe (#323)
0 1 0
default
1 file changed with 1 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -520,7 +520,7 @@
520 520
    ///
521 521
    /// \pre \ref run() or \ref findPaths() must be called before using
522 522
    /// this function.
523
    Path path(int i) const {
523
    const Path& path(int i) const {
524 524
      return paths[i];
525 525
    }
526 526

	
0 comments (0 inline)