1.1 --- a/src/test/graph_wrapper_test.cc Wed Sep 29 14:12:26 2004 +0000
1.2 +++ b/src/test/graph_wrapper_test.cc Wed Sep 29 15:30:04 2004 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /* -*- C++ -*-
1.5 - * src/test/graph_wrapper_test.cc - Part of HUGOlib, a generic C++ optimization library
1.6 + * src/test/graph_wrapper_test.cc - Part of LEMON, a generic C++ optimization library
1.7 *
1.8 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.9 * (Egervary Combinatorial Optimization Research Group, EGRES).
1.10 @@ -15,11 +15,11 @@
1.11 */
1.12
1.13 #include<iostream>
1.14 -#include<hugo/smart_graph.h>
1.15 -#include<hugo/skeletons/graph.h>
1.16 -#include<hugo/list_graph.h>
1.17 -#include<hugo/full_graph.h>
1.18 -#include<hugo/graph_wrapper.h>
1.19 +#include<lemon/smart_graph.h>
1.20 +#include<lemon/skeletons/graph.h>
1.21 +#include<lemon/list_graph.h>
1.22 +#include<lemon/full_graph.h>
1.23 +#include<lemon/graph_wrapper.h>
1.24
1.25 #include"test/test_tools.h"
1.26 #include"test/graph_test.h"
1.27 @@ -31,7 +31,7 @@
1.28 \todo More extensive tests are needed
1.29 */
1.30
1.31 -using namespace hugo;
1.32 +using namespace lemon;
1.33
1.34
1.35 typedef SmartGraph Graph;