Ignore:
Timestamp:
Jul 18, 2006, 10:56:33 AM (19 years ago)
Author:
ansari
Message:

remplacement des FitsInFile et FitsOutFile par FitsInOutFile pour les operators << et >> , Reza 18/7/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitslocalmap.h

    r2897 r3035  
    4747
    4848template <class T>
    49 inline FitsOutFile& operator << (FitsOutFile& fios, LocalMap<T> & lm)
     49inline FitsInOutFile& operator << (FitsInOutFile& fios, LocalMap<T> & lm)
    5050  { FITS_LocalMap<T> fih(&lm); fih.Write(fios); return (fios); }
    5151
    5252template <class T>
    53 inline FitsInFile& operator >> (FitsInFile& fiis, LocalMap<T> & lm)
     53inline FitsInOutFile& operator >> (FitsInOutFile& fiis, LocalMap<T> & lm)
    5454  { FITS_LocalMap<T> fih(&lm); fih.Read(fiis); return (fiis); }
    5555
Note: See TracChangeset for help on using the changeset viewer.