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.h

    r3493 r3572  
    2424
    2525FITS_SphereHEALPix();
    26 FITS_SphereHEALPix(char inputfile[],int hdunum=0);
     26FITS_SphereHEALPix(const char inputfile[],int hdunum=0);
    2727FITS_SphereHEALPix(const SphereHEALPix<T>& obj);
    2828FITS_SphereHEALPix(SphereHEALPix<T>* obj);
     
    3535virtual FitsHandlerInterface* Clone();
    3636
    37 void Mollweide_picture_projection(char flnm[]);
    38 void sinus_picture_projection(char flnm[]);
     37void Mollweide_picture_projection(const char flnm[]);
     38void sinus_picture_projection(const char flnm[]);
    3939//void ReWriteFromFitsToFits(FitsInFile& headerin, FitsOutFile& os);
    4040
Note: See TracChangeset for help on using the changeset viewer.