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

    r3493 r3572  
    2222
    2323FITS_SphereThetaPhi();
    24 FITS_SphereThetaPhi(char inputfile[],int hdunum=0);
     24FITS_SphereThetaPhi(const char inputfile[],int hdunum=0);
    2525FITS_SphereThetaPhi(const SphereThetaPhi<T>& obj);
    2626FITS_SphereThetaPhi(SphereThetaPhi<T>* obj);
     
    3333virtual FitsHandlerInterface* Clone();
    3434
    35 void Mollweide_picture_projection(char flnm[]);
    36 void sinus_picture_projection(char flnm[]);
     35void Mollweide_picture_projection(const char flnm[]);
     36void sinus_picture_projection(const char flnm[]);
    3737
    3838
Note: See TracChangeset for help on using the changeset viewer.