Changeset 1002 in Sophya


Ignore:
Timestamp:
May 9, 2000, 10:57:28 AM (25 years ago)
Author:
ansari
Message:

modif de l'operateur cast

File:
1 edited

Legend:

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

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