Changeset 3572 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r3167 r3572 26 26 27 27 template <class T> 28 FITS_SphereThetaPhi<T>::FITS_SphereThetaPhi(c har inputfile[],int hdunum)28 FITS_SphereThetaPhi<T>::FITS_SphereThetaPhi(const char inputfile[],int hdunum) 29 29 { 30 30 dobj_= new SphereThetaPhi<T>; … … 255 255 256 256 template <class T> 257 void FITS_SphereThetaPhi<T>::Mollweide_picture_projection(c har filename[])257 void FITS_SphereThetaPhi<T>::Mollweide_picture_projection(const char filename[]) 258 258 { 259 259 int ni = 300; … … 286 286 } 287 287 template <class T> 288 void FITS_SphereThetaPhi<T>::sinus_picture_projection(c har filename[])288 void FITS_SphereThetaPhi<T>::sinus_picture_projection(const char filename[]) 289 289 { 290 290 int ni = 300;
Note:
See TracChangeset
for help on using the changeset viewer.