Changeset 231:f62f11c9e6df in lemon-0.x for src
- Timestamp:
- 03/22/04 14:08:24 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/graph_wrapper.h
r230 r231 323 323 }; 324 324 }; 325 326 327 328 325 329 326 … … 460 457 461 458 Node addNode() const { return graph->addNode(); } 462 Edge addEdge(const Node& tail, const Node& head) const { 463 return graph->addEdge(tail, head); } 459 // FIXME: ez igy nem jo, mert nem 460 // Edge addEdge(const Node& tail, const Node& head) const { 461 // return graph->addEdge(tail, head); } 464 462 465 463 template<typename I> void erase(const I& i) const { graph->erase(i); }
Note: See TracChangeset
for help on using the changeset viewer.