Changeset 1231 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
- Timestamp:
- Oct 12, 2000, 4:47:37 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
r1176 r1231 47 47 ////////////////////////////////////////////////////////////////// 48 48 49 template <class T> 50 inline FitsOutFile& operator << (FitsOutFile& fios, SphereHEALPix<T> & sph) 51 { FITS_SphereHEALPix<T> fih(&sph); fih.Write(fios); return (fios); } 52 53 template <class T> 54 inline FitsInFile& operator >> (FitsInFile& fiis, SphereHEALPix<T> & arr) 55 { FITS_SphereHEALPix<T> fih(&sph); fih.Read(fiis); return (fiis); } 56 49 57 50 58 } // Fin du namespace
Note:
See TracChangeset
for help on using the changeset viewer.