Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 10389:8a551f02f10d
oct-convn.cc (convolve): cast int constant to octave_idx_type in call to std::max
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 03 Mar 2010 12:32:30 -0500 |
parents | 5af0b4bb384d |
children | 59e34bcdff13 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2010-03-03 John W. Eaton <jwe@octave.org> + + * oct-convn.cc (convolve): Cast int constant to octave_idx_type in + call to std::max. + 2010-03-03 Jaroslav Hajek <highegg@gmail.com> * oct-convn.cc (convolve_2d_axpy_kernel, convolve_2d_axpy): Remove.