Mercurial > hg > octave-nkf
diff liboctave/Array-d.cc @ 3665:0689afb1d001
[project @ 2000-05-11 19:07:56 by jwe]
author | jwe |
---|---|
date | Thu, 11 May 2000 19:10:09 +0000 |
parents | 45490c020e47 |
children | b8c1cb5b9fd9 |
line wrap: on
line diff
--- a/liboctave/Array-d.cc +++ b/liboctave/Array-d.cc @@ -46,6 +46,12 @@ template int assign (Array2<double>&, const Array2<short>&); template int assign (Array2<double>&, const Array2<char>&); +#include "ArrayN.h" +#include "ArrayN.cc" + +template class ArrayN<double>; +template std::ostream& operator << (std::ostream&, const ArrayN<double>&); + #include "DiagArray2.h" #include "DiagArray2.cc"