diff -r 2d6c8075d9d0 -r 818510fa3d99 src/test/graph_test.h --- a/src/test/graph_test.h Wed Sep 29 14:12:26 2004 +0000 +++ b/src/test/graph_test.h Wed Sep 29 15:30:04 2004 +0000 @@ -1,5 +1,5 @@ /* -*- C++ -*- - * src/test/graph_test.h - Part of HUGOlib, a generic C++ optimization library + * src/test/graph_test.h - Part of LEMON, a generic C++ optimization library * * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Combinatorial Optimization Research Group, EGRES). @@ -13,8 +13,8 @@ * purpose. * */ -#ifndef HUGO_TEST_GRAPH_TEST_H -#define HUGO_TEST_GRAPH_TEST_H +#ifndef LEMON_TEST_GRAPH_TEST_H +#define LEMON_TEST_GRAPH_TEST_H #include "test_tools.h" @@ -22,7 +22,7 @@ //! \ingroup misc //! \file //! \brief Some utility to test graph classes. -namespace hugo { +namespace lemon { struct DummyType { int value; @@ -319,7 +319,7 @@ ///\todo Check head(), tail() as well; -} //namespace hugo +} //namespace lemon #endif