diff liboctave/ChangeLog @ 12363:eb7c0ba7ca87 release-3-4-x

Range.cc (Range::Range (double, double, octave_idx_type)): correctly compute limit
author John W. Eaton <jwe@octave.org>
date Wed, 02 Feb 2011 03:36:31 -0500
parents 1c4cad056b79
children 60b6b175f88a
line wrap: on
line diff
--- a/liboctave/ChangeLog	Tue Feb 01 18:58:35 2011 -0500
+++ b/liboctave/ChangeLog	Wed Feb 02 03:36:31 2011 -0500
@@ -1,3 +1,9 @@
+2011-02-02  John W. Eaton  <jwe@octave.org>
+
+	* Range.cc (Range::Range (double, double, octave_idx_type)):
+	Correctly compute limit from base, increment and number of
+	elements.  Bug #32321.
+
 2011-01-31  John W. Eaton  <jwe@octave.org>
 
 	* Sparse.cc (Sparse<T>::assign (const idx_vector&, const idx_vector&,