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