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

    r3342 r3572  
    132132  _zmin = 1.e37;
    133133  _zmax = -1.e37;
    134   char *nom[4]={"x","y","z","niso"};
     134  const char *nom[4]={"x","y","z","niso"};
    135135  _myiso = new NTuple(4,nom); 
    136136  //_myiso->Show();
     
    343343   _ny = arr->YSize()  ;
    344344   //cout << " size x,y "<<_nx<<" , "<<_ny <<endl;
    345    char *nom[4]={"x","y","z","niso"};
     345   const char *nom[4]={"x","y","z","niso"};
    346346   
    347347   _myiso = new NTuple(4,nom); 
Note: See TracChangeset for help on using the changeset viewer.