From b33759e5f64aa7b16d7614c7c1ab01cf16e22d5f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 2 May 2013 15:36:38 -0700 Subject: [PATCH] Initialize noNames_ and update version --- Cbc/src/Cbc_ampl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cbc/src/Cbc_ampl.cpp b/Cbc/src/Cbc_ampl.cpp index 333fc12..a5745e8 100644 --- a/Cbc/src/Cbc_ampl.cpp +++ b/Cbc/src/Cbc_ampl.cpp @@ -155,7 +155,7 @@ static Option_Info Oinfo = { 0, 0, 0, - 20070606 + 20130502 }; // strdup used to avoid g++ compiler warning static SufDecl suftab[] = { @@ -765,6 +765,7 @@ CoinModel::CoinModel( int nonLinear, const char * fileName, const void * info) cut_(NULL), moreInfo_(NULL), type_(-1), + noNames_(false), links_(0) { problemName_ = ""; -- 1.8.1.2