Changeset 3047 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.h
- Timestamp:
- Aug 11, 2006, 10:42:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.h
r3035 r3047 58 58 template <class T> 59 59 inline FitsInOutFile& operator >> (FitsInOutFile& fiis, SphereThetaPhi<T> & sph) 60 { FITS_SphereThetaPhi<T> fih(&sph); fih.Read(fiis); return (fiis); } 60 { FITS_SphereThetaPhi<T> fih(&sph); fiis.SkipEmptyFirstHDU(); 61 fih.Read(fiis); fiis.MoveToNextHDU(); return (fiis); } 61 62 62 63
Note:
See TracChangeset
for help on using the changeset viewer.