[Lemon-commits] deba: r3136 - hugo/trunk/test
Lemon SVN
svn at lemon.cs.elte.hu
Thu Jan 11 23:08:19 CET 2007
Author: deba
Date: Thu Jan 11 23:08:18 2007
New Revision: 3136
Modified:
hugo/trunk/test/graph_copy_test.cc
Log:
Bug fix
Modified: hugo/trunk/test/graph_copy_test.cc
==============================================================================
--- hugo/trunk/test/graph_copy_test.cc (original)
+++ hugo/trunk/test/graph_copy_test.cc Thu Jan 11 23:08:18 2007
@@ -88,7 +88,7 @@
SmartUGraph::Edge se = INVALID;
SmartUGraph::UEdge sue = INVALID;
- std::vector<SmartGraph::Node> snv;
+ std::vector<SmartUGraph::Node> snv;
for (int i = 0; i < nn; ++i) {
SmartUGraph::Node node = source.addNode();
snv.push_back(node);
More information about the Lemon-commits
mailing list