Changeset 3572 in Sophya for trunk/SophyaProg/Tests/tobjio.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/SophyaProg/Tests/tobjio.cc

    r3077 r3572  
    3131  NTuple *nt;
    3232  float xnt[4];
    33   char *ntn[4] = {"x","y","ex","ey"};
     33  const char *ntn[4] = {"x","y","ex","ey"};
    3434  int nent,i;
    3535  nent = 1000;
     
    117117  float xnt[6];
    118118  double ang;
    119   char *ntn[6] = {"x","y","z","ex","ey","ez"};
     119  const char *ntn[6] = {"x","y","z","ex","ey","ez"};
    120120  int nent,i;
    121121     
Note: See TracChangeset for help on using the changeset viewer.