Changeset 3572 in Sophya for trunk/SophyaPI/PIext/flowmodex.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/SophyaPI/PIext/flowmodex.cc

    r2615 r3572  
    117117 
    118118  // Creation NTuple
    119   char* ntn[4] = {"expx","expy","expex","expey"};
     119  const char* ntn[4] = {"expx","expy","expex","expey"};
    120120  NTuple * ntint = NULL;
    121121  ntint = new NTuple(4,ntn);
Note: See TracChangeset for help on using the changeset viewer.