[Lemon-commits] Alpar Juttner: Merge bugfix #445 to branch 1.1

Lemon HG hg at lemon.cs.elte.hu
Fri Feb 22 16:52:26 CET 2013


details:   http://lemon.cs.elte.hu/hg/lemon/rev/015801ff09d1
changeset: 1182:015801ff09d1
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Fri Feb 22 16:42:56 2013 +0100
description:
	Merge bugfix #445 to branch 1.1

diffstat:

 lemon/cplex.cc |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff --git a/lemon/cplex.cc b/lemon/cplex.cc
--- a/lemon/cplex.cc
+++ b/lemon/cplex.cc
@@ -40,6 +40,7 @@
   CplexEnv::CplexEnv() {
     int status;
     _cnt = new int;
+    (*_cnt) = 1;
     _env = CPXopenCPLEX(&status);
     if (_env == 0) {
       delete _cnt;



More information about the Lemon-commits mailing list