diff --git a/src/ClpSimplexOther.cpp b/src/ClpSimplexOther.cpp index 13c8eda6..1c3e4009 100644 --- a/src/ClpSimplexOther.cpp +++ b/src/ClpSimplexOther.cpp @@ -1786,7 +1786,7 @@ ClpSimplexOther::crunch(double *rhs, int *whichRow, int *whichColumn, } #else assert (numberRows_>=0); - bool takeOutSome=true; + bool takeOutSome=false;//true; #endif //#define CHECK_STATUS #ifdef CHECK_STATUS