Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc

    r3167 r3572  
    2626
    2727template <class T>
    28 FITS_SphereThetaPhi<T>::FITS_SphereThetaPhi(char inputfile[],int hdunum)
     28FITS_SphereThetaPhi<T>::FITS_SphereThetaPhi(const char inputfile[],int hdunum)
    2929{
    3030    dobj_= new SphereThetaPhi<T>;
     
    255255
    256256template <class T>
    257 void FITS_SphereThetaPhi<T>::Mollweide_picture_projection(char filename[])
     257void FITS_SphereThetaPhi<T>::Mollweide_picture_projection(const char filename[])
    258258{
    259259  int ni = 300;
     
    286286}
    287287template <class T>
    288 void FITS_SphereThetaPhi<T>::sinus_picture_projection(char filename[])
     288void FITS_SphereThetaPhi<T>::sinus_picture_projection(const char filename[])
    289289{
    290290  int ni = 300;
Note: See TracChangeset for help on using the changeset viewer.