Unify sources 1.1 r1.1.5
authorAlpar Juttner <alpar@cs.elte.hu>
Wed, 09 Nov 2011 11:29:01 +0100
branch1.1
changeset 76974e2dac774c8
parent 768 bcb6e4402a6e
child 770 1754cba0879e
Unify sources
test/lgf_test.cc
test/lp_test.cc
     1.1 --- a/test/lgf_test.cc	Wed Nov 09 11:26:01 2011 +0100
     1.2 +++ b/test/lgf_test.cc	Wed Nov 09 11:29:01 2011 +0100
     1.3 @@ -117,7 +117,7 @@
     1.4        digraphReader(d, input).
     1.5          run();
     1.6      }
     1.7 -    catch (FormatError&) 
     1.8 +    catch (FormatError&)
     1.9        {
    1.10          ok = true;
    1.11        }
     2.1 --- a/test/lp_test.cc	Wed Nov 09 11:26:01 2011 +0100
     2.2 +++ b/test/lp_test.cc	Wed Nov 09 11:29:01 2011 +0100
     2.3 @@ -2,7 +2,7 @@
     2.4   *
     2.5   * This file is a part of LEMON, a generic C++ optimization library.
     2.6   *
     2.7 - * Copyright (C) 2003-2009
     2.8 + * Copyright (C) 2003-2011
     2.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    2.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    2.11   *