diff liboctave/fCMatrix.h @ 10352:a3635bc1ea19

remove Array2
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 23 Feb 2010 16:12:27 +0100
parents 12884915a8e4
children 96ed7c629bbd
line wrap: on
line diff
--- a/liboctave/fCMatrix.h	Tue Feb 23 14:15:34 2010 +0100
+++ b/liboctave/fCMatrix.h	Tue Feb 23 16:12:27 2010 +0100
@@ -62,9 +62,6 @@
   FloatComplexMatrix (const MArray<U>& a) : MArray<FloatComplex> (a.as_matrix ()) { }
 
   template <class U>
-  FloatComplexMatrix (const Array2<U>& a) : MArray<FloatComplex> (a) { }
-
-  template <class U>
   FloatComplexMatrix (const Array<U>& a) : MArray<FloatComplex> (a.as_matrix ()) { }
 
   explicit FloatComplexMatrix (const FloatMatrix& a);