# HG changeset patch # User jwe # Date 1130431567 0 # Node ID ae35b3381c7a2c75c91b72f9288840c68b603d22 # Parent e0011660696ceb5e1955974f8e21d702dc242897 [project @ 2005-10-27 16:46:07 by jwe] diff -r e0011660696c -r ae35b3381c7a src/ChangeLog --- a/src/ChangeLog Thu Oct 27 15:43:29 2005 +0000 +++ b/src/ChangeLog Thu Oct 27 16:46:07 2005 +0000 @@ -1,5 +1,7 @@ 2005-10-27 John W. Eaton + * DLD-FUNCTIONS/__glpk__.cc (F__glpk__): Declare mrowsA volatile. + * pt-mat.cc (tm_row_const::tm_row_const_rep::tm_row_const_rep): Ensure that we always have at least two dimensions here. (tm_const::tm_const): Likewise. diff -r e0011660696c -r ae35b3381c7a src/DLD-FUNCTIONS/__glpk__.cc --- a/src/DLD-FUNCTIONS/__glpk__.cc Thu Oct 27 15:43:29 2005 +0000 +++ b/src/DLD-FUNCTIONS/__glpk__.cc Thu Oct 27 16:46:07 2005 +0000 @@ -445,7 +445,7 @@ Array rn; Array cn; ColumnVector a; - int mrowsA; + volatile int mrowsA; volatile int nz = 0; //-- 2nd Input. A matrix containing the constraints coefficients.