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 *