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/fitsspherehealpix.cc

    r3167 r3572  
    2727 
    2828template <class T>
    29 FITS_SphereHEALPix<T>::FITS_SphereHEALPix(char inputfile[],int hdunum)
     29FITS_SphereHEALPix<T>::FITS_SphereHEALPix(const char inputfile[],int hdunum)
    3030{
    3131    dobj_= new SphereHEALPix<T>;
     
    266266
    267267template <class T>
    268 void FITS_SphereHEALPix<T>::Mollweide_picture_projection(char filename[])
     268void FITS_SphereHEALPix<T>::Mollweide_picture_projection(const char filename[])
    269269{
    270270  int ni = 300;
     
    297297}
    298298template <class T>
    299 void FITS_SphereHEALPix<T>::sinus_picture_projection(char filename[])
     299void FITS_SphereHEALPix<T>::sinus_picture_projection(const char filename[])
    300300{
    301301  int ni = 300;
Note: See TracChangeset for help on using the changeset viewer.