src/test/graph_test.h
changeset 921 818510fa3d99
parent 919 6153d9cf78c6
child 937 d4e911acef3d
     1.1 --- a/src/test/graph_test.h	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/test/graph_test.h	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /* -*- C++ -*-
     1.5 - * src/test/graph_test.h - Part of HUGOlib, a generic C++ optimization library
     1.6 + * src/test/graph_test.h - 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 @@ -13,8 +13,8 @@
    1.11   * purpose.
    1.12   *
    1.13   */
    1.14 -#ifndef HUGO_TEST_GRAPH_TEST_H
    1.15 -#define HUGO_TEST_GRAPH_TEST_H
    1.16 +#ifndef LEMON_TEST_GRAPH_TEST_H
    1.17 +#define LEMON_TEST_GRAPH_TEST_H
    1.18  
    1.19  
    1.20  #include "test_tools.h"
    1.21 @@ -22,7 +22,7 @@
    1.22  //! \ingroup misc
    1.23  //! \file
    1.24  //! \brief Some utility to  test graph classes.
    1.25 -namespace hugo {
    1.26 +namespace lemon {
    1.27  
    1.28    struct DummyType {
    1.29      int value;
    1.30 @@ -319,7 +319,7 @@
    1.31    ///\todo Check head(), tail() as well;
    1.32  
    1.33    
    1.34 -} //namespace hugo
    1.35 +} //namespace lemon
    1.36  
    1.37  
    1.38  #endif