lemon/full_graph.h
changeset 1995 c1fc2c14a3ae
parent 1993 2115143eceea
child 1999 2ff283124dfc
     1.1 --- a/lemon/full_graph.h	Wed Mar 01 17:37:25 2006 +0000
     1.2 +++ b/lemon/full_graph.h	Thu Mar 02 14:22:03 2006 +0000
     1.3 @@ -606,7 +606,7 @@
     1.4      static int aNodeId(const Node& node) {
     1.5        return node.id >> 1;
     1.6      }
     1.7 -    static Node fromANodeId(int id, Node) {
     1.8 +    static Node fromANodeId(int id) {
     1.9        return Node(id << 1);
    1.10      }
    1.11      int maxANodeId() const {