Changeset 3572 in Sophya for trunk/FrEROS/AnaLC/nbsreadu_ppf.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/FrEROS/AnaLC/nbsreadu_ppf.cc

    r3308 r3572  
    6464 // Fill TimeInfoU into NTuple
    6565 const int nxtn = 12;
    66  char *nament[nxtn] =
     66 const char *nament[nxtn] =
    6767   {"ts","texp","fd","sfd","sx","sy","rho","dx","dy","absor","amass","fgcal"};
    6868 r_8 xnt[nxtn];
     
    9494 // Create NTuple for StarInfo
    9595 const int nsti = 12;
    96  char *namentsti[nsti] =
     96 const char *namentsti[nsti] =
    9797   {"net","xref","fmean","fsig","fref","xp","yp","dm","dm2","dm2r","fgref","nbvois"};
    9898 for(int ic=0;ic<NCOULMX;ic++) {
     
    138138
    139139   const int nxtn = 15;
    140    char *nament[nxtn] =
     140   const char *nament[nxtn] =
    141141     {"ic",
    142142      "ts","fd","sx","sy","rho",
Note: See TracChangeset for help on using the changeset viewer.