Bug fix
authordeba
Thu, 11 Jan 2007 22:08:18 +0000
changeset 234448ecc4feb42b
parent 2343 21587bc5922b
child 2345 bfcaad2b84e8
Bug fix
test/graph_copy_test.cc
     1.1 --- a/test/graph_copy_test.cc	Thu Jan 11 21:58:30 2007 +0000
     1.2 +++ b/test/graph_copy_test.cc	Thu Jan 11 22:08:18 2007 +0000
     1.3 @@ -88,7 +88,7 @@
     1.4    SmartUGraph::Edge se = INVALID;
     1.5    SmartUGraph::UEdge sue = INVALID;
     1.6  
     1.7 -  std::vector<SmartGraph::Node> snv;
     1.8 +  std::vector<SmartUGraph::Node> snv;
     1.9    for (int i = 0; i < nn; ++i) {
    1.10      SmartUGraph::Node node = source.addNode();
    1.11      snv.push_back(node);