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/fitsspherethetaphi.h

    r2897 r3035  
    5353
    5454template <class T>
    55 inline FitsOutFile& operator << (FitsOutFile& fios, SphereThetaPhi<T> & sph)
     55inline FitsInOutFile& operator << (FitsInOutFile& fios, SphereThetaPhi<T> & sph)
    5656  { FITS_SphereThetaPhi<T> fih(&sph); fih.Write(fios); return (fios); }
    5757
    5858template <class T>
    59 inline FitsInFile& operator >> (FitsInFile& fiis, SphereThetaPhi<T> & sph)
     59inline FitsInOutFile& operator >> (FitsInOutFile& fiis, SphereThetaPhi<T> & sph)
    6060  { FITS_SphereThetaPhi<T> fih(&sph); fih.Read(fiis); return (fiis); }
    6161
Note: See TracChangeset for help on using the changeset viewer.