Changeset 1231 in Sophya for trunk/SophyaExt/FitsIOServer/fitsntuple.h
- Timestamp:
- Oct 12, 2000, 4:47:37 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsntuple.h
r1174 r1231 66 66 ////////////////////////////////////////////////////////////////// 67 67 68 inline FitsOutFile& operator << (FitsOutFile& fios, NTuple & nt) 69 { FITS_NTuple fih(&nt); fih.Write(fios); return (fios); } 70 71 inline FitsInFile& operator >> (FitsInFile& fiis, NTuple & nt) 72 { FITS_NTuple fih(&nt); fih.Read(fiis); return (fiis); } 73 68 74 69 75 } // Fin du namespace
Note:
See TracChangeset
for help on using the changeset viewer.