Copy-Paste bug fix.
authordeba
Thu, 11 Nov 2004 12:12:28 +0000
changeset 984f7538f6f4c61
parent 983 3095ff2b5c18
child 985 741f3108a90f
Copy-Paste bug fix.
src/lemon/full_graph.h
     1.1 --- a/src/lemon/full_graph.h	Thu Nov 11 11:12:42 2004 +0000
     1.2 +++ b/src/lemon/full_graph.h	Thu Nov 11 12:12:28 2004 +0000
     1.3 @@ -215,14 +215,14 @@
     1.4      int EdgeNum;
     1.5    public:
     1.6  
     1.7 -    typedef FullGraphBase Graph;
     1.8 +    typedef UndirFullGraphBase Graph;
     1.9  
    1.10      class Node;
    1.11      class Edge;
    1.12  
    1.13    public:
    1.14  
    1.15 -    FullGraphBase() {}
    1.16 +    UndirFullGraphBase() {}
    1.17  
    1.18  
    1.19      ///Creates a full graph with \c n nodes.