Mercurial > hg > octave-nkf
diff liboctave/Array-b.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 | eb63fbe60fab |
children | e4936c129cbd |
line wrap: on
line diff
--- a/liboctave/Array-b.cc +++ b/liboctave/Array-b.cc @@ -39,12 +39,7 @@ template class OCTAVE_API Array2<bool>; -#include "ArrayN.h" -#include "ArrayN.cc" - -template class OCTAVE_API ArrayN<bool>; - -template OCTAVE_API std::ostream& operator << (std::ostream&, const ArrayN<bool>&); +template OCTAVE_API std::ostream& operator << (std::ostream&, const Array<bool>&); #include "DiagArray2.h" #include "DiagArray2.cc"