Changeset 3572 in Sophya for trunk/SophyaPI/PIGcont


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

Location:
trunk/SophyaPI/PIGcont
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIGcont/Makefile

    r3407 r3572  
    2222  $(SOPHYAINCP)pimsghandler.h \
    2323  $(SOPHYAINCP)picolist.h \
     24  $(SOPHYAINCP)pipixutils.h \
    2425  $(SOPHYAINCP)pioptmenux.h \
    2526  $(SOPHYAINCP)pioptmenugen.h \
     
    3536  $(SOPHYAINCP)pimenubarx.h \
    3637  $(SOPHYAINCP)pimenubargen.h \
    37   $(SOPHYAINCP)picons.h \
     38  $(SOPHYAINCP)piconsenum.h \
     39  $(SOPHYAINCP)picmapview.h \
    3840  $(SOPHYAINCP)pibwdgx.h \
    3941  $(SOPHYAINCP)pibwdggen.h \
     
    5052  $(SOPHYAINCP)pievthandler.h \
    5153  $(SOPHYAINCP)psfile.h \
    52   $(SOPHYAINCP)pigraphps.h \
    53   $(SOPHYAINCP)picmapview.h pigncont.h \
     54  $(SOPHYAINCP)pigraphps.h pigncont.h \
    5455  $(SOPHYAINCP)pistdimgapp.h \
    5556  $(SOPHYAINCP)piapplx.h \
     
    6061  $(SOPHYAINCP)piperiodx.h \
    6162  $(SOPHYAINCP)periodic.h \
     63  $(SOPHYAINCP)picons.h \
    6264  $(SOPHYAINCP)piimage.h \
    6365  $(SOPHYAINCP)parradapter.h \
     
    141143  $(SOPHYAINCP)pimsghandler.h \
    142144  $(SOPHYAINCP)picolist.h \
     145  $(SOPHYAINCP)pipixutils.h \
    143146  $(SOPHYAINCP)pioptmenux.h \
    144147  $(SOPHYAINCP)pioptmenugen.h \
     
    154157  $(SOPHYAINCP)pimenubarx.h \
    155158  $(SOPHYAINCP)pimenubargen.h \
    156   $(SOPHYAINCP)picons.h \
     159  $(SOPHYAINCP)piconsenum.h \
     160  $(SOPHYAINCP)picmapview.h \
    157161  $(SOPHYAINCP)pibwdgx.h \
    158162  $(SOPHYAINCP)pibwdggen.h \
     
    169173  $(SOPHYAINCP)pievthandler.h \
    170174  $(SOPHYAINCP)psfile.h \
    171   $(SOPHYAINCP)pigraphps.h \
    172   $(SOPHYAINCP)picmapview.h pigncont.h \
     175  $(SOPHYAINCP)pigraphps.h pigncont.h \
    173176  $(SOPHYAINCP)pistdimgapp.h \
    174177  $(SOPHYAINCP)piapplx.h \
     
    179182  $(SOPHYAINCP)piperiodx.h \
    180183  $(SOPHYAINCP)periodic.h \
     184  $(SOPHYAINCP)picons.h \
    181185  $(SOPHYAINCP)piimage.h \
    182186  $(SOPHYAINCP)parradapter.h \
  • 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); 
  • trunk/SophyaPI/PIGcont/smakefile

    r3504 r3572  
    2222  $(SOPHYAINCP)pimsghandler.h \
    2323  $(SOPHYAINCP)picolist.h \
     24  $(SOPHYAINCP)pipixutils.h \
    2425  $(SOPHYAINCP)pioptmenux.h \
    2526  $(SOPHYAINCP)pioptmenugen.h \
     
    142143  $(SOPHYAINCP)pimsghandler.h \
    143144  $(SOPHYAINCP)picolist.h \
     145  $(SOPHYAINCP)pipixutils.h \
    144146  $(SOPHYAINCP)pioptmenux.h \
    145147  $(SOPHYAINCP)pioptmenugen.h \
Note: See TracChangeset for help on using the changeset viewer.