diff liboctave/Array-util.h @ 5519:20b20fd070b0

[project @ 2005-10-29 04:31:25 by jwe]
author jwe
date Sat, 29 Oct 2005 04:31:25 +0000
parents 4c8a2e4e0717
children 4b33d802ef3c
line wrap: on
line diff
--- a/liboctave/Array-util.h	Sat Oct 29 04:28:23 2005 +0000
+++ b/liboctave/Array-util.h	Sat Oct 29 04:31:25 2005 +0000
@@ -55,7 +55,7 @@
 extern dim_vector freeze (Array<idx_vector>& ra_idx,
 			  const dim_vector& dimensions, int resize_ok);
 
-extern bool vector_equivalent (const Array<octave_idx_type>& ra_idx);
+extern bool vector_equivalent (const dim_vector& dv);
 
 extern bool all_ok (const Array<idx_vector>& ra_idx);