diff src/ov.h @ 8960:93f18f166aba

remove float perm matrices
author Jaroslav Hajek <highegg@gmail.com>
date Thu, 12 Mar 2009 09:24:37 +0100
parents d865363208d6
children dc6bda6f9994
line wrap: on
line diff
--- a/src/ov.h	Wed Mar 11 14:10:36 2009 +0100
+++ b/src/ov.h	Thu Mar 12 09:24:37 2009 +0100
@@ -204,7 +204,7 @@
   octave_value (const FloatComplexRowVector& v);
   octave_value (const ComplexColumnVector& v);
   octave_value (const FloatComplexColumnVector& v);
-  octave_value (const PermMatrix& p, bool single = false);
+  octave_value (const PermMatrix& p);
   octave_value (bool b);
   octave_value (const boolMatrix& bm, const MatrixType& t = MatrixType());
   octave_value (const boolNDArray& bnda);