diff liboctave/ArrayN.h @ 6867:83619ae96c1d

[project @ 2007-09-06 12:08:44 by dbateman]
author dbateman
date Thu, 06 Sep 2007 12:08:45 +0000
parents d43a097e13d7
children 93c65f2a5668
line wrap: on
line diff
--- a/liboctave/ArrayN.h	Thu Sep 06 05:55:14 2007 +0000
+++ b/liboctave/ArrayN.h	Thu Sep 06 12:08:45 2007 +0000
@@ -87,10 +87,10 @@
   ArrayN<T> reshape (const dim_vector& new_dims) const
     { return Array<T>::reshape (new_dims); }
 
-  ArrayN<T> permute (const Array<int>& vec, bool inv = false) const
+  ArrayN<T> permute (const Array<octave_idx_type>& vec, bool inv = false) const
     { return Array<T>::permute (vec, inv); }
 
-  ArrayN<T> ipermute (const Array<int>& vec) const
+  ArrayN<T> ipermute (const Array<octave_idx_type>& vec) const
     { return Array<T>::ipermute (vec); }
 
   void resize (const dim_vector& dv)