Changeset 1011 in Sophya for trunk/SophyaExt
- Timestamp:
- May 19, 2000, 8:54:23 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.h
r1002 r1011 29 29 virtual void SetDataObj(AnyDataObj & o); 30 30 31 inline operator SphereHEALPix<T>() { 32 SphereHEALPix<T> ret(*dobj_); 33 return ret; } 31 inline operator SphereHEALPix<T>() { return(*dobj_); } 34 32 void Read(char inputfile[],int hdunum=2); 35 33 void Write(char outputfile[], bool Oldfile=false);
Note:
See TracChangeset
for help on using the changeset viewer.