Changeset 2785 in Sophya for trunk/SophyaExt/FitsIOServer


Ignore:
Timestamp:
May 30, 2005, 5:05:01 PM (20 years ago)
Author:
ansari
Message:

Petite correction suite compil avec SGI-CC , Reza 30 mai 2005

File:
1 edited

Legend:

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

    r2782 r2785  
    2525  FITSDataSwapper(fitsfile * is, int coli, fitsfile * os=NULL, int colo=0);
    2626
    27   inline fitsfile * InStream() { return *fitsis; }
    28   inline fitsfile * OutStream() { return *fitsos; }
     27  inline fitsfile * InStream() { return fitsis; }
     28  inline fitsfile * OutStream() { return fitsos; }
    2929  void SetInStream(fitsfile * is, int col);
    3030  void SetOutStream(fitsfile * os, int col);
Note: See TracChangeset for help on using the changeset viewer.