Changeset 722:be8712e1fe07 in lemon-0.x for src/hugo/smart_graph.h
- Timestamp:
- 07/21/04 19:39:49 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/smart_graph.h
r713 r722 205 205 protected: 206 206 int n; 207 friend int SmartGraph::id(Node v) const;207 friend int SmartGraph::id(Node v); 208 208 Node(int nn) {n=nn;} 209 209 public: … … 236 236 protected: 237 237 int n; 238 friend int SmartGraph::id(Edge e) const;238 friend int SmartGraph::id(Edge e); 239 239 240 240 public:
Note: See TracChangeset
for help on using the changeset viewer.