Changeset 3035 in Sophya for trunk/SophyaExt/FitsIOServer/fitslocalmap.h
- Timestamp:
- Jul 18, 2006, 10:56:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitslocalmap.h
r2897 r3035 47 47 48 48 template <class T> 49 inline Fits OutFile& operator << (FitsOutFile& fios, LocalMap<T> & lm)49 inline FitsInOutFile& operator << (FitsInOutFile& fios, LocalMap<T> & lm) 50 50 { FITS_LocalMap<T> fih(&lm); fih.Write(fios); return (fios); } 51 51 52 52 template <class T> 53 inline FitsIn File& operator >> (FitsInFile& fiis, LocalMap<T> & lm)53 inline FitsInOutFile& operator >> (FitsInOutFile& fiis, LocalMap<T> & lm) 54 54 { FITS_LocalMap<T> fih(&lm); fih.Read(fiis); return (fiis); } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.