Changeset 900:fc7bc2dacee5 in lemon-0.x for src/hugo
- Timestamp:
- 09/22/04 11:58:17 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/path.h
r852 r900 268 268 /// Sets the starting node of the path. Edge added to the path 269 269 /// afterwards have to be incident to this node. 270 /// It should be called iff the path is empty and before any call to 270 /// It should be called if and only if 271 /// the path is empty and before any call to 271 272 /// \ref pushFront() or \ref pushBack() 272 273 void setStartNode(const GraphNode &) {} … … 607 608 /// Sets the starting node of the path. Edge added to the path 608 609 /// afterwards have to be incident to this node. 609 /// It should be called iff the path is empty and before any call to 610 /// It should be called if and only if 611 /// the path is empty and before any call to 610 612 /// \ref pushFront() or \ref pushBack() 611 613 void setStartNode(const GraphNode &) {}
Note: See TracChangeset
for help on using the changeset viewer.