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

    r3077 r3572  
    3232  NTuple *nt;
    3333  float xnt[4];
    34   char *ntn[4] = {"x","y","ex","ey"};
     34  const char *ntn[4] = {"x","y","ex","ey"};
    3535  int nent,i;
    3636  nent = 1000;
Note: See TracChangeset for help on using the changeset viewer.