lemon/list_graph.h
changeset 1470 9b6f8c3587f0
parent 1457 be025fc1b13d
child 1546 3fcb8ae9cea1
     1.1 --- a/lemon/list_graph.h	Fri Jun 10 12:11:50 2005 +0000
     1.2 +++ b/lemon/list_graph.h	Fri Jun 10 12:16:25 2005 +0000
     1.3 @@ -38,7 +38,7 @@
     1.4  
     1.5    protected:
     1.6      struct NodeT {
     1.7 -      int first_in,first_out;
     1.8 +      int first_in, first_out;
     1.9        int prev, next;
    1.10      };
    1.11