Changeset 3035 in Sophya for trunk/SophyaExt/FitsIOServer/fitsntuple.h
- Timestamp:
- Jul 18, 2006, 10:56:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsntuple.h
r2897 r3035 77 77 ////////////////////////////////////////////////////////////////// 78 78 79 inline Fits OutFile& operator << (FitsOutFile& fios, NTuple & nt)79 inline FitsInOutFile& operator << (FitsInOutFile& fios, NTuple & nt) 80 80 { FITS_NTuple fih(&nt); fih.Write(fios); return (fios); } 81 81 82 inline FitsIn File& operator >> (FitsInFile& fiis, NTuple & nt)82 inline FitsInOutFile& operator >> (FitsInOutFile& fiis, NTuple & nt) 83 83 { FITS_NTuple fih(&nt); fih.Read(fiis); return (fiis); } 84 84
Note:
See TracChangeset
for help on using the changeset viewer.