comparison liboctave/Array-s.cc @ 4515:228d2d5b6d66

[project @ 2003-09-19 21:53:15 by jwe]
author jwe
date Fri, 19 Sep 2003 21:54:25 +0000
parents 508238e65af7
children 3a284f89aa41
comparison
equal deleted inserted replaced
4514:8373b9b41eee 4515:228d2d5b6d66
36 36
37 template int assign (Array<short>&, const Array<short>&, const short&); 37 template int assign (Array<short>&, const Array<short>&, const short&);
38 template int assign (Array<short>&, const Array<char>&, const short&); 38 template int assign (Array<short>&, const Array<char>&, const short&);
39 39
40 #include "Array2.h" 40 #include "Array2.h"
41 #include "Array2.cc"
42 41
43 template class Array2<short>; 42 template class Array2<short>;
44
45 #if 0
46
47 template int assign (Array2<short>&, const Array2<short>&);
48 template int assign (Array2<short>&, const Array2<char>&);
49
50 template int assign (Array2<short>&, const Array2<short>&, const short&);
51 template int assign (Array2<short>&, const Array2<char>&, const short&);
52
53 #endif
54 43
55 #include "DiagArray2.h" 44 #include "DiagArray2.h"
56 #include "DiagArray2.cc" 45 #include "DiagArray2.cc"
57 46
58 template class DiagArray2<short>; 47 template class DiagArray2<short>;