[Lemon-commits] Balazs Dezso: Fix bug #26 (UndirectedTagIndicato...
Lemon HG
hg at lemon.cs.elte.hu
Thu Feb 28 19:25:05 CET 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/2de55e4f57a7
changeset: 77:2de55e4f57a7
user: Balazs Dezso <deba [at] inf.elte.hu>
date: Thu Feb 28 16:41:56 2008 +0100
description:
Fix bug #26 (UndirectedTagIndicator<> does not work)
diffstat:
1 file changed, 3 insertions(+)
lemon/bits/graph_extender.h | 3 +++
diffs (20 lines):
diff -r fc178a057bbd -r 2de55e4f57a7 lemon/bits/graph_extender.h
--- a/lemon/bits/graph_extender.h Tue Feb 12 21:08:29 2008 +0000
+++ b/lemon/bits/graph_extender.h Thu Feb 28 16:41:56 2008 +0100
@@ -20,6 +20,7 @@
#define LEMON_BITS_GRAPH_EXTENDER_H
#include <lemon/bits/invalid.h>
+#include <lemon/bits/utility.h>
#include <lemon/bits/map_extender.h>
#include <lemon/bits/default_map.h>
@@ -332,6 +333,8 @@ namespace lemon {
typedef Base Parent;
typedef GraphExtender Digraph;
+
+ typedef True UndirectedTag;
typedef typename Parent::Node Node;
typedef typename Parent::Arc Arc;
More information about the Lemon-commits
mailing list