diff liboctave/ChangeLog @ 7597:6b2a99e44ff2

shortened empty indexing fix
author David Bateman <dbateman@free.fr>
date Tue, 18 Mar 2008 15:39:13 -0400
parents 6929e40fc597
children a89b3fa632ee
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Mar 18 14:46:15 2008 -0400
+++ b/liboctave/ChangeLog	Tue Mar 18 15:39:13 2008 -0400
@@ -1,3 +1,8 @@
+2008-03-18  David Bateman  <dbateman@free.fr>
+
+	* Array.cc (Array<T>::index): Don't short_freeze on index with
+	fewer dimensions than the array only if the last dimension is empty.
+
 2008-03-18  John W. Eaton  <jwe@octave.org>
 
 	* oct-inttypes.h (OCTAVE_DBL_FTR): New macro.