Changeset 3831 in Sophya for trunk/SophyaLib/BaseTools/ndatablock.h
- Timestamp:
- Aug 5, 2010, 2:16:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ndatablock.h
r3385 r3831 9 9 #include <stdlib.h> /* pour que size_t soit defini */ 10 10 #include "anydataobj.h" 11 #include <complex> 11 12 #include <iostream> 12 13 … … 236 237 {return a.Div(b);} 237 238 239 //--------- extern template declarations (if needed) ----------- 240 #if defined ( NEED_EXT_DECL_TEMP ) && !defined( NDATABLOCK_CC_BFILE ) 241 extern template class NDataBlock<uint_1>; 242 extern template class NDataBlock<uint_2>; 243 extern template class NDataBlock<int_1>; 244 extern template class NDataBlock<int_2>; 245 extern template class NDataBlock<int_4>; 246 extern template class NDataBlock<int_8>; 247 extern template class NDataBlock<uint_4>; 248 extern template class NDataBlock<uint_8>; 249 extern template class NDataBlock<r_4>; 250 extern template class NDataBlock<r_8>; 251 extern template class NDataBlock< complex<r_4> >; 252 extern template class NDataBlock< complex<r_8> >; 253 #ifdef SO_LDBLE128 254 extern template class NDataBlock<r_16>; 255 extern template class NDataBlock< complex<r_16> >; 256 #endif 257 258 #endif // Fin de if defined ( NEED_EXT_DECL_TEMP ) 259 238 260 } // Fin du namespace 239 261
Note:
See TracChangeset
for help on using the changeset viewer.