Changeset 851:c67e235c832f in lemon-1.2
- Timestamp:
- 10/15/09 21:03:17 (15 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/suurballe.h
r623 r851 521 521 /// \pre \ref run() or \ref findPaths() must be called before using 522 522 /// this function. 523 Pathpath(int i) const {523 const Path& path(int i) const { 524 524 return paths[i]; 525 525 }
Note: See TracChangeset
for help on using the changeset viewer.