src/test/error_test.cc
changeset 921 818510fa3d99
parent 906 17f31d280385
child 1164 80bb73097736
     1.1 --- a/src/test/error_test.cc	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/test/error_test.cc	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /* -*- C++ -*-
     1.5 - * src/test/error_test.cc - Part of HUGOlib, a generic C++ optimization library
     1.6 + * src/test/error_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 @@ -16,9 +16,9 @@
    1.11  
    1.12  #include <iostream>
    1.13  
    1.14 -#include <hugo/error.h>
    1.15 +#include <lemon/error.h>
    1.16  #include "test_tools.h"
    1.17 -using namespace hugo;
    1.18 +using namespace lemon;
    1.19  using std::cout;
    1.20  using std::endl;
    1.21