[Lemon-commits] Alpar Juttner: Unify sources

Lemon HG hg at lemon.cs.elte.hu
Mon Nov 14 05:23:49 CET 2011


details:   http://lemon.cs.elte.hu/hg/lemon/rev/9e587caed953
changeset: 1100:9e587caed953
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Wed Nov 09 11:41:52 2011 +0100
description:
	Unify sources

diffstat:

 lemon/lp_base.h  |  2 +-
 test/lgf_test.cc |  2 +-
 test/lp_test.cc  |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff --git a/lemon/lp_base.h b/lemon/lp_base.h
--- a/lemon/lp_base.h
+++ b/lemon/lp_base.h
@@ -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 --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