diff liboctave/ChangeLog @ 4139:02ca908056e9

[project @ 2002-11-01 00:49:13 by jwe]
author jwe
date Fri, 01 Nov 2002 00:49:13 +0000
parents c06ee5520e4f
children 8c710385c572
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-31  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* mx-inlines.cc (MX_BASE_REDUCTION_OP): Also return scalar
+	MT_RESULT if nr == 1 && nc == 0 && dim == -1 (i.e.,
+	sum(zeros(1,0)) returns 0, not [](1x0)).
+
 2002-10-30  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makefile.in (LINK_DEPS): Include $(FLIBS) here too.