Mercurial > hg > octave-lyh
diff liboctave/Array-C.cc @ 4513:508238e65af7
[project @ 2003-09-19 21:40:57 by jwe]
author | jwe |
---|---|
date | Fri, 19 Sep 2003 21:41:21 +0000 |
parents | b8c1cb5b9fd9 |
children | 228d2d5b6d66 |
line wrap: on
line diff
--- a/liboctave/Array-C.cc +++ b/liboctave/Array-C.cc @@ -50,6 +50,8 @@ template class Array2<Complex>; +#if 0 + template int assign (Array2<Complex>&, const Array2<Complex>&); template int assign (Array2<Complex>&, const Array2<double>&); template int assign (Array2<Complex>&, const Array2<int>&); @@ -62,6 +64,15 @@ template int assign (Array2<Complex>&, const Array2<short>&, const Complex&); template int assign (Array2<Complex>&, const Array2<char>&, const Complex&); +#endif + +#include "ArrayN.h" +#include "ArrayN.cc" + +template class ArrayN<Complex>; + +template std::ostream& operator << (std::ostream&, const ArrayN<Complex>&); + #include "DiagArray2.h" #include "DiagArray2.cc"