diff liboctave/ChangeLog @ 8118:311c9b36df8f

replace int->octave_idx_type in Array<T>
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 18 Sep 2008 08:34:04 +0200
parents fc45357bf50c
children acfd80c08d60
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-18  Jaroslav Hajek  <highegg@gmail.com>
+
+	* Array.h (Array<T>::coerce): Use octave_idx_type instead of int.
+
 2008-09-12  Jaroslav Hajek  <highegg@gmail.com>
 
 	* oct-inttypes.h (pow (const octave_int<T>&, const octave_int<T>&)):