Changeset 2083 in Sophya
- Timestamp:
- Jul 3, 2002, 6:56:48 PM (23 years ago)
- Location:
- trunk/SophyaLib/SkyMap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SkyMap/fiolocalmap.cc
r2013 r2083 219 219 220 220 #ifdef __CXX_PRAGMA_TEMPLATES__ 221 #pragma define_template FIO_LocalMap<int_4> 222 #pragma define_template FIO_LocalMap<r_4> 221 223 #pragma define_template FIO_LocalMap<r_8> 222 #pragma define_template FIO_LocalMap<r_4>223 224 #pragma define_template FIO_LocalMap< complex<r_4> > 224 225 #pragma define_template FIO_LocalMap< complex<r_8> > 225 226 #endif 226 227 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 228 template class FIO_LocalMap<int_4>; 229 template class FIO_LocalMap<r_4>; 227 230 template class FIO_LocalMap<r_8>; 228 template class FIO_LocalMap<r_4>;229 231 template class FIO_LocalMap< complex<r_4> >; 230 232 template class FIO_LocalMap< complex<r_8> >; -
trunk/SophyaLib/SkyMap/fiospherethetaphi.cc
r1967 r2083 181 181 182 182 #ifdef __CXX_PRAGMA_TEMPLATES__ 183 #pragma define_template FIO_SphereThetaPhi<int_4> 183 184 #pragma define_template FIO_SphereThetaPhi<r_8> 184 185 #pragma define_template FIO_SphereThetaPhi<r_4> … … 187 188 #endif 188 189 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 190 template class FIO_SphereThetaPhi<int_4>; 189 191 template class FIO_SphereThetaPhi<r_8>; 190 192 template class FIO_SphereThetaPhi<r_4>;
Note:
See TracChangeset
for help on using the changeset viewer.