Changeset 722:be8712e1fe07 in lemon-0.x for src/hugo/full_graph.h
- Timestamp:
- 07/21/04 19:39:49 (21 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/full_graph.h
r713 r722 108 108 protected: 109 109 int n; 110 friend int FullGraph::id(Node v) const;110 friend int FullGraph::id(Node v); 111 111 Node(int nn) {n=nn;} 112 112 public: … … 136 136 protected: 137 137 int n; //NodeNum*head+tail; 138 friend int FullGraph::id(Edge e) const;138 friend int FullGraph::id(Edge e); 139 139 140 140 Edge(int nn) {n=nn;}
Note: See TracChangeset
for help on using the changeset viewer.