diff liboctave/ChangeLog @ 8302:f2e050b62199

fix dim check in Array<T>::delete_elements
author Jaroslav Hajek <highegg@gmail.com>
date Sun, 02 Nov 2008 06:44:12 +0100
parents f7d44b6a74df
children b11c31849b44
line wrap: on
line diff
--- a/liboctave/ChangeLog	Sun Nov 02 06:15:11 2008 +0100
+++ b/liboctave/ChangeLog	Sun Nov 02 06:44:12 2008 +0100
@@ -2,6 +2,8 @@
 
 	* idx-vector.cc (idx_vector::is_complement): Set resulting extent
 	correctly.
+	* Array.cc (Array<T>::delete_elements (int, const idx_vector&)):
+	Fix check for invalid dim.
 
 2008-10-31  Jaroslav Hajek  <highegg@gmail.com>