Changeset 3035 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.h
- Timestamp:
- Jul 18, 2006, 10:56:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.h
r2897 r3035 53 53 54 54 template <class T> 55 inline Fits OutFile& operator << (FitsOutFile& fios, SphereThetaPhi<T> & sph)55 inline FitsInOutFile& operator << (FitsInOutFile& fios, SphereThetaPhi<T> & sph) 56 56 { FITS_SphereThetaPhi<T> fih(&sph); fih.Write(fios); return (fios); } 57 57 58 58 template <class T> 59 inline FitsIn File& operator >> (FitsInFile& fiis, SphereThetaPhi<T> & sph)59 inline FitsInOutFile& operator >> (FitsInOutFile& fiis, SphereThetaPhi<T> & sph) 60 60 { FITS_SphereThetaPhi<T> fih(&sph); fih.Read(fiis); return (fiis); } 61 61
Note:
See TracChangeset
for help on using the changeset viewer.