[Lemon-commits] Alpar Juttner: Unify sources
Lemon HG
hg at lemon.cs.elte.hu
Mon Nov 14 05:23:38 CET 2011
details: http://lemon.cs.elte.hu/hg/lemon/rev/74e2dac774c8
changeset: 1097:74e2dac774c8
user: Alpar Juttner <alpar [at] cs.elte.hu>
date: Wed Nov 09 11:29:01 2011 +0100
description:
Unify sources
diffstat:
test/lgf_test.cc | 2 +-
test/lp_test.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
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).
*
More information about the Lemon-commits
mailing list