comparison liboctave/Array-b.cc @ 10352:a3635bc1ea19

remove Array2
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 23 Feb 2010 16:12:27 +0100
parents 4c0cdbe0acca
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10351:5150ceb4dbb4 10352:a3635bc1ea19
106 106
107 INSTANTIATE_ARRAY_SORT (bool); 107 INSTANTIATE_ARRAY_SORT (bool);
108 108
109 INSTANTIATE_ARRAY (bool, OCTAVE_API); 109 INSTANTIATE_ARRAY (bool, OCTAVE_API);
110 110
111 #include "Array2.h"
112
113 template class OCTAVE_API Array2<bool>;
114
115 template OCTAVE_API std::ostream& operator << (std::ostream&, const Array<bool>&); 111 template OCTAVE_API std::ostream& operator << (std::ostream&, const Array<bool>&);
116 112
117 #include "DiagArray2.h" 113 #include "DiagArray2.h"
118 #include "DiagArray2.cc" 114 #include "DiagArray2.cc"
119 115