Changeset 835:eb9587f09b42 in lemon-0.x for src
- Timestamp:
- 09/13/04 13:24:35 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/path.h
r834 r835 641 641 ///\sa setStartNode 642 642 void pushBack(const GraphEdge& e) { 643 if( !empty() && P.gr->tail(e)!=head() ) {644 fault("UndirPath::Builder::pushBack: nonincident edge");645 }646 643 back.push_back(e); 647 644 }
Note: See TracChangeset
for help on using the changeset viewer.