# HG changeset patch # User Alpar Juttner # Date 2011-11-09 11:29:01 # Node ID 74e2dac774c85cb589f5485213c0ff5c12166b74 # Parent bcb6e4402a6e463a9ccdf342b1b4ed245e9a87e4 Unify sources diff --git a/test/lgf_test.cc b/test/lgf_test.cc --- a/test/lgf_test.cc +++ b/test/lgf_test.cc @@ -117,7 +117,7 @@ digraphReader(d, input). run(); } - catch (FormatError&) + catch (FormatError&) { ok = true; } diff --git a/test/lp_test.cc b/test/lp_test.cc --- a/test/lp_test.cc +++ b/test/lp_test.cc @@ -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). *