Changeset 227:cea88d0854a9 in lemon-0.x for src/work
- Timestamp:
- 03/21/04 18:20:20 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@324
- Location:
- src/work/klao
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/klao/path.h
r226 r227 406 406 } 407 407 408 409 408 template<typename Gr> 410 409 Path<Gr>::Path(const Path &P, const NodeIt &a, const NodeIt &b) : -
src/work/klao/path_test.cc
r226 r227 71 71 check(!rc); 72 72 73 cout << "Meg 3 el hozzaadasa, nem mind sorrendben..." << endl;73 cout << "Meg 3 el hozzaadasa, nem mind elore iranyu..." << endl; 74 74 check(P.pushBack(e6)); 75 75 check(P.pushBack(e8));
Note: See TracChangeset
for help on using the changeset viewer.