Changeset 1300 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
- Timestamp:
- Nov 8, 2000, 11:02:58 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r1250 r1300 97 97 dvl.SetComment("LASTPIX", "Last pixel # (0 based)"); 98 98 dvl["Content"]= "SphereHEALPix"; 99 99 dvl.SetComment("Content", "name of SOPHYA object"); 100 100 101 // On ecrit les dataBlocks 101 102 vector<string> Noms; … … 273 274 #pragma define_template FITS_SphereHEALPix<r_8> 274 275 #pragma define_template FITS_SphereHEALPix<r_4> 276 #pragma define_template FITS_SphereHEALPix<int_4> 275 277 #endif 276 278 #if defined(ANSI_TEMPLATES) || defined(GNU_TEMPLATES) 277 279 template class FITS_SphereHEALPix<r_8>; 278 280 template class FITS_SphereHEALPix<r_4>; 281 template class FITS_SphereHEALPix<int_4>; 279 282 #endif
Note:
See TracChangeset
for help on using the changeset viewer.