Changeset 2874 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Jan 3, 2006, 3:32:51 PM (20 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitslocalmap.cc
r2615 r2874 247 247 #endif 248 248 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 249 namespace SOPHYA { 249 250 template class FITS_LocalMap<r_8>; 250 251 template class FITS_LocalMap<r_4>; 251 252 template class FITS_LocalMap<int_4>; 253 } 252 254 #endif -
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r2615 r2874 290 290 #endif 291 291 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 292 namespace SOPHYA { 292 293 template class FITS_SphereHEALPix<r_8>; 293 294 template class FITS_SphereHEALPix<r_4>; 294 295 template class FITS_SphereHEALPix<int_4>; 296 } 295 297 #endif -
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r2615 r2874 287 287 #endif 288 288 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 289 namespace SOPHYA { 289 290 template class FITS_SphereThetaPhi<r_8>; 290 291 template class FITS_SphereThetaPhi<r_4>; 291 292 template class FITS_SphereThetaPhi<int_4>; 293 } 292 294 #endif -
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r2615 r2874 167 167 #endif 168 168 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 169 namespace SOPHYA { 169 170 template class FITS_TArray<r_8>; 170 171 template class FITS_TArray<r_4>; 171 172 template class FITS_TArray<int_4>; 173 } 172 174 #endif
Note:
See TracChangeset
for help on using the changeset viewer.