Changeset 1011 in Sophya for trunk


Ignore:
Timestamp:
May 19, 2000, 8:54:23 AM (25 years ago)
Author:
ansari
Message:

Suppression de la modif sur le cast ds FITS_SphereHEALPix - Reza 19/5/2000

File:
1 edited

Legend:

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

    r1002 r1011  
    2929virtual void        SetDataObj(AnyDataObj & o);
    3030
    31 inline operator SphereHEALPix<T>() {
    32   SphereHEALPix<T> ret(*dobj_);
    33  return ret; }
     31inline operator SphereHEALPix<T>() { return(*dobj_); }
    3432 void Read(char inputfile[],int hdunum=2);
    3533void Write(char outputfile[], bool Oldfile=false);
Note: See TracChangeset for help on using the changeset viewer.