Mercurial > hg > octave-nkf
comparison liboctave/Array-b.cc @ 3176:fccab8e7d35f
[project @ 1998-05-18 20:33:31 by jwe]
author | jwe |
---|---|
date | Mon, 18 May 1998 20:33:42 +0000 |
parents | 45490c020e47 |
children | b8c1cb5b9fd9 |
comparison
equal
deleted
inserted
replaced
3175:096940972434 | 3176:fccab8e7d35f |
---|---|
36 #include "Array2.h" | 36 #include "Array2.h" |
37 #include "Array2.cc" | 37 #include "Array2.cc" |
38 | 38 |
39 template class Array2<bool>; | 39 template class Array2<bool>; |
40 | 40 |
41 template void assign (Array2<bool>&, const Array2<bool>&); | 41 template int assign (Array2<bool>&, const Array2<bool>&); |
42 | 42 |
43 #include "DiagArray2.h" | 43 #include "DiagArray2.h" |
44 #include "DiagArray2.cc" | 44 #include "DiagArray2.cc" |
45 | 45 |
46 template class DiagArray2<bool>; | 46 template class DiagArray2<bool>; |