1.1 --- a/lemon/lp_base.h Wed Nov 09 11:31:34 2011 +0100
1.2 +++ b/lemon/lp_base.h Wed Nov 09 11:41:52 2011 +0100
1.3 @@ -2,7 +2,7 @@
1.4 *
1.5 * This file is a part of LEMON, a generic C++ optimization library.
1.6 *
1.7 - * Copyright (C) 2003-2010
1.8 + * Copyright (C) 2003-2011
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
2.1 --- a/test/lgf_test.cc Wed Nov 09 11:31:34 2011 +0100
2.2 +++ b/test/lgf_test.cc Wed Nov 09 11:41:52 2011 +0100
2.3 @@ -117,7 +117,7 @@
2.4 digraphReader(d, input).
2.5 run();
2.6 }
2.7 - catch (FormatError&)
2.8 + catch (FormatError&)
2.9 {
2.10 ok = true;
2.11 }
3.1 --- a/test/lp_test.cc Wed Nov 09 11:31:34 2011 +0100
3.2 +++ b/test/lp_test.cc Wed Nov 09 11:41:52 2011 +0100
3.3 @@ -2,7 +2,7 @@
3.4 *
3.5 * This file is a part of LEMON, a generic C++ optimization library.
3.6 *
3.7 - * Copyright (C) 2003-2009
3.8 + * Copyright (C) 2003-2011
3.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
3.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
3.11 *