# HG changeset patch # User Alpar Juttner # Date 1320835312 -3600 # Node ID 9e587caed9537aeb01a855749b5919ee3e005911 # Parent 1086d1c28303ef7c196d412c342b81b0e3f756f8 Unify sources diff -r 1086d1c28303 -r 9e587caed953 lemon/lp_base.h --- a/lemon/lp_base.h Wed Nov 09 11:31:34 2011 +0100 +++ b/lemon/lp_base.h Wed Nov 09 11:41:52 2011 +0100 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2010 + * Copyright (C) 2003-2011 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * diff -r 1086d1c28303 -r 9e587caed953 test/lgf_test.cc --- a/test/lgf_test.cc Wed Nov 09 11:31:34 2011 +0100 +++ b/test/lgf_test.cc Wed Nov 09 11:41:52 2011 +0100 @@ -117,7 +117,7 @@ digraphReader(d, input). run(); } - catch (FormatError&) + catch (FormatError&) { ok = true; } diff -r 1086d1c28303 -r 9e587caed953 test/lp_test.cc --- a/test/lp_test.cc Wed Nov 09 11:31:34 2011 +0100 +++ b/test/lp_test.cc Wed Nov 09 11:41:52 2011 +0100 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2009 + * Copyright (C) 2003-2011 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). *