diff liboctave/ChangeLog @ 4929:585e9a8c2ef8

[project @ 2004-08-03 20:45:34 by jwe]
author jwe
date Tue, 03 Aug 2004 20:45:34 +0000
parents d0b8964b9d4b
children 43f4ebd2704c
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Aug 03 19:00:24 2004 +0000
+++ b/liboctave/ChangeLog	Tue Aug 03 20:45:34 2004 +0000
@@ -1,3 +1,9 @@
+2004-08-03  John W. Eaton  <jwe@octave.org>
+
+	* Array.cc (Array<T>::squeeze): Do nothing for 2-d arrays.  For
+	arrays with more than two dimensions and only one non-singleton
+	dimension, return a column vector.
+
 2004-07-28  John W. Eaton  <jwe@octave.org>
 
 	* oct-cmplx.h (pow (const Complex&, const double&):