[Lemon-commits] [lemon_svn] deba: r1372 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:44:54 CET 2006
Author: deba
Date: Thu Nov 11 13:12:28 2004
New Revision: 1372
Modified:
hugo/trunk/src/lemon/full_graph.h
Log:
Copy-Paste bug fix.
Modified: hugo/trunk/src/lemon/full_graph.h
==============================================================================
--- hugo/trunk/src/lemon/full_graph.h (original)
+++ hugo/trunk/src/lemon/full_graph.h Thu Nov 11 13:12:28 2004
@@ -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.
More information about the Lemon-commits
mailing list