diff liboctave/Array-fC.cc @ 9732:b4fdfee405b5

remove ArrayN<T> + fix nonhom. diag-scalar ops
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 16 Oct 2009 13:12:31 +0200
parents a407e894ec74
children 56fbe170d354
line wrap: on
line diff
--- a/liboctave/Array-fC.cc
+++ b/liboctave/Array-fC.cc
@@ -97,12 +97,7 @@
 
 template class OCTAVE_API Array2<FloatComplex>;
 
-#include "ArrayN.h"
-#include "ArrayN.cc"
-
-template class OCTAVE_API ArrayN<FloatComplex>;
-
-template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<FloatComplex>&);
+template OCTAVE_API std::ostream& operator << (std::ostream&, const Array<FloatComplex>&);
 
 #include "DiagArray2.h"
 #include "DiagArray2.cc"