# HG changeset patch # User deba # Date 1100175148 0 # Node ID f7538f6f4c61cca18f99451b82d2ccf14aba6d7c # Parent 3095ff2b5c183505f541666f218ed851b6302d7c Copy-Paste bug fix. diff -r 3095ff2b5c18 -r f7538f6f4c61 src/lemon/full_graph.h --- a/src/lemon/full_graph.h Thu Nov 11 11:12:42 2004 +0000 +++ b/src/lemon/full_graph.h Thu Nov 11 12:12:28 2004 +0000 @@ -215,14 +215,14 @@ int EdgeNum; public: - typedef FullGraphBase Graph; + typedef UndirFullGraphBase Graph; class Node; class Edge; public: - FullGraphBase() {} + UndirFullGraphBase() {} ///Creates a full graph with \c n nodes.