[Lemon-commits] [lemon_svn] klao: r2337 - in hugo/trunk: lemon test
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:51:54 CET 2006
Author: klao
Date: Tue Nov 15 21:50:21 2005
New Revision: 2337
Modified:
hugo/trunk/lemon/Makefile.am
hugo/trunk/test/undir_graph_test.cc
Log:
bugfix in undir_graph_extender -> graph_extender transition
Modified: hugo/trunk/lemon/Makefile.am
==============================================================================
--- hugo/trunk/lemon/Makefile.am (original)
+++ hugo/trunk/lemon/Makefile.am Tue Nov 15 21:50:21 2005
@@ -78,7 +78,7 @@
bits/extendable_graph_extender.h \
bits/clearable_graph_extender.h \
bits/erasable_graph_extender.h \
- bits/undir_graph_extender.h \
+ bits/graph_extender.h \
bits/static_map.h \
bits/item_reader.h \
bits/item_writer.h \
Modified: hugo/trunk/test/undir_graph_test.cc
==============================================================================
--- hugo/trunk/test/undir_graph_test.cc (original)
+++ hugo/trunk/test/undir_graph_test.cc Tue Nov 15 21:50:21 2005
@@ -1,6 +1,6 @@
// -*- C++ -*-
-#include <lemon/bits/undir_graph_extender.h>
+#include <lemon/bits/graph_extender.h>
#include <lemon/concept/undir_graph.h>
#include <lemon/list_graph.h>
#include <lemon/smart_graph.h>
More information about the Lemon-commits
mailing list