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/SophyaPI/ProgPI/skymapmodule.cc

    r2986 r3572  
    14101410 
    14111411 const int ndim = 8;
    1412  char *nament[ndim] =
     1412 const char *nament[ndim] =
    14131413   {"l","n","clmean","cllin","clpar","sclmean","scllin","sclpar"};
    14141414 NTuple clbin(ndim,nament);
Note: See TracChangeset for help on using the changeset viewer.