[Lemon-commits] Balazs Dezso: Fix bug #26 (UndirectedTagIndicato...
Lemon HG
hg at lemon.cs.elte.hu
Thu Feb 28 18:15:13 CET 2008
details: http://lemon.cs.elte.hu/hg/lemon/rev/277f3bf36d8c
changeset: 77:277f3bf36d8c
user: Balazs Dezso <deba [at] inf.elte.hu>
date: Thu Feb 28 16:36:33 2008 +0100
description:
Fix bug #26 (UndirectedTagIndicator<> does not work)
diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
lemon/bits/graph_extender.h | 4 +++-
diffs (14 lines):
diff -r fc178a057bbd -r 277f3bf36d8c 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:36:33 2008 +0100
@@ -329,7 +329,9 @@ namespace lemon {
template <typename Base>
class GraphExtender : public Base {
public:
-
+
+ typedef True UndirectedTag;
+
typedef Base Parent;
typedef GraphExtender Digraph;
More information about the Lemon-commits
mailing list