Mercurial > hg > octave-nkf
diff liboctave/Array-d.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-d.cc +++ b/liboctave/Array-d.cc @@ -92,12 +92,7 @@ template class OCTAVE_API Array2<double>; -#include "ArrayN.h" -#include "ArrayN.cc" - -template class OCTAVE_API ArrayN<double>; - -template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<double>&); +template OCTAVE_API std::ostream& operator << (std::ostream&, const Array<double>&); #include "DiagArray2.h" #include "DiagArray2.cc"