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

    r3396 r3572  
    193193  }
    194194#endif
    195   char* nomnt[5]={"tid","k","x","cx","sx"};
     195  const char* nomnt[5]={"tid","k","x","cx","sx"};
    196196  NTuple* nt = NULL;
    197197  BaseDataTable* dt = NULL;
Note: See TracChangeset for help on using the changeset viewer.