diff liboctave/ChangeLog @ 7457:aab45fbcd71f

fix any(int) bug
author John W. Eaton <jwe@octave.org>
date Thu, 07 Feb 2008 15:58:37 -0500
parents 3184b36b03de
children 1032e24f199f
line wrap: on
line diff
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-07  John W. Eaton  <jwe@octave.org>
+
+	* intNDArray.cc (intNDArray<T>::any (int)): Use != for comparison.
+
 2008-02-06  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in ($(OPTS_INC)): Use mv instead of move-if-change.