Changeset 3572 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r3167 r3572 27 27 28 28 template <class T> 29 FITS_SphereHEALPix<T>::FITS_SphereHEALPix(c har inputfile[],int hdunum)29 FITS_SphereHEALPix<T>::FITS_SphereHEALPix(const char inputfile[],int hdunum) 30 30 { 31 31 dobj_= new SphereHEALPix<T>; … … 266 266 267 267 template <class T> 268 void FITS_SphereHEALPix<T>::Mollweide_picture_projection(c har filename[])268 void FITS_SphereHEALPix<T>::Mollweide_picture_projection(const char filename[]) 269 269 { 270 270 int ni = 300; … … 297 297 } 298 298 template <class T> 299 void FITS_SphereHEALPix<T>::sinus_picture_projection(c har filename[])299 void FITS_SphereHEALPix<T>::sinus_picture_projection(const char filename[]) 300 300 { 301 301 int ni = 300;
Note:
See TracChangeset
for help on using the changeset viewer.