From df1d831cdf3dddf2eca25ce8c6fcb20afcc572a8 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sun, 4 Nov 2001 04:07:06 +0000 Subject: [PATCH] moved a file to sgb-regression [SVN r11561] --- example/regression.cfg | 1 - example/sgb-regression.cfg | 1 + test/graph_type.hpp | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/regression.cfg b/example/regression.cfg index 525159d8..762d2e6c 100644 --- a/example/regression.cfg +++ b/example/regression.cfg @@ -95,7 +95,6 @@ compile libs/graph/example/remove_edge_if_bidir.cpp compile libs/graph/example/remove_edge_if_dir.cpp compile libs/graph/example/remove_edge_if_undir.cpp compile libs/graph/example/reverse-graph-eg.cpp -compile libs/graph/example/roget_components.cpp compile libs/graph/example/scc.cpp compile libs/graph/example/strong-components.cpp compile libs/graph/example/strong_components.cpp diff --git a/example/sgb-regression.cfg b/example/sgb-regression.cfg index 4d2dbc4d..067a5ea6 100644 --- a/example/sgb-regression.cfg +++ b/example/sgb-regression.cfg @@ -8,3 +8,4 @@ compile libs/graph/example/girth.cpp compile libs/graph/example/miles_span.cpp compile libs/graph/example/topo-sort-with-sgb.cpp +compile libs/graph/example/roget_components.cpp diff --git a/test/graph_type.hpp b/test/graph_type.hpp index 02f13bee..e938943e 100644 --- a/test/graph_type.hpp +++ b/test/graph_type.hpp @@ -1,4 +1,4 @@ #include -typedef boost::adjacency_list, boost::property > Graph; +typedef boost::adjacency_list, boost::property > Graph; typedef boost::property VertexId; typedef boost::property EdgeID;