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