Changeset 3047 in Sophya for trunk/SophyaExt/FitsIOServer/fitslocalmap.h
- Timestamp:
- Aug 11, 2006, 10:42:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitslocalmap.h
r3035 r3047 52 52 template <class T> 53 53 inline FitsInOutFile& operator >> (FitsInOutFile& fiis, LocalMap<T> & lm) 54 { FITS_LocalMap<T> fih(&lm); fih.Read(fiis); return (fiis); } 54 { FITS_LocalMap<T> fih(&lm); fih.Read(fiis); 55 fiis.MoveToNextHDU(); return (fiis); } 55 56 56 57 } // Fin du namespace
Note:
See TracChangeset
for help on using the changeset viewer.