Changeset 3572 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.h
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.h
r3493 r3572 22 22 23 23 FITS_SphereThetaPhi(); 24 FITS_SphereThetaPhi(c har inputfile[],int hdunum=0);24 FITS_SphereThetaPhi(const char inputfile[],int hdunum=0); 25 25 FITS_SphereThetaPhi(const SphereThetaPhi<T>& obj); 26 26 FITS_SphereThetaPhi(SphereThetaPhi<T>* obj); … … 33 33 virtual FitsHandlerInterface* Clone(); 34 34 35 void Mollweide_picture_projection(c har flnm[]);36 void sinus_picture_projection(c har flnm[]);35 void Mollweide_picture_projection(const char flnm[]); 36 void sinus_picture_projection(const char flnm[]); 37 37 38 38
Note:
See TracChangeset
for help on using the changeset viewer.