Changeset 3572 in Sophya for trunk/Cosmo/RadioBeam/treccyl.cc


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/Cosmo/RadioBeam/treccyl.cc

    r3192 r3572  
    3636static int test1cyl(string& ppfname);
    3737static int testmulticyl(string& ppfname);
    38 int ReadParam(char* fileName);
     38int ReadParam(const char* fileName);
    3939
    4040//-----------------------------------------------------------
     
    285285
    286286//---------------------------------------------------------------------
    287 int ReadParam(char* fileName)
     287int ReadParam(const char* fileName)
    288288
    289289  DataCards dc;
Note: See TracChangeset for help on using the changeset viewer.