diff liboctave/Array-util.h @ 5607:4b33d802ef3c

[project @ 2006-02-08 18:56:54 by jwe]
author jwe
date Wed, 08 Feb 2006 18:56:54 +0000
parents 20b20fd070b0
children 143b556ce725
line wrap: on
line diff
--- a/liboctave/Array-util.h
+++ b/liboctave/Array-util.h
@@ -79,9 +79,6 @@
 				const dim_vector& dimensions,
 				int resize_ok);
 
-extern Array<octave_idx_type> calc_permutated_idx (const Array<octave_idx_type>& old_idx, 
-				       const Array<octave_idx_type>& perm_vec, bool inv);
-
 extern void gripe_nonconformant (const char *op, int op1_len, int op2_len);
 
 extern void gripe_nonconformant (const char *op, int op1_nr, int op1_nc,