Changeset 3047 in Sophya for trunk/SophyaExt/FitsIOServer/fitsntuple.h
- Timestamp:
- Aug 11, 2006, 10:42:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsntuple.h
r3035 r3047 81 81 82 82 inline FitsInOutFile& operator >> (FitsInOutFile& fiis, NTuple & nt) 83 { FITS_NTuple fih(&nt); fih.Read(fiis); return (fiis); } 83 { FITS_NTuple fih(&nt); fiis.SkipEmptyFirstHDU(); 84 fih.Read(fiis); fiis.MoveToNextHDU(); return (fiis); } 84 85 85 86
Note:
See TracChangeset
for help on using the changeset viewer.