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/SophyaLib/SkyMap/fiolocalmap.cc

    r2869 r3572  
    167167  int_4 nSzX= dobj->Size_x();
    168168  int_4 nSzY= dobj->Size_y();
    169   int_4 nPix= dobj->NbPixels();
    170169 
    171170  if(dobj->ptrInfo())
     
    183182  os.PutI4(nSzX);
    184183  os.PutI4(nSzY);
    185   //  os.PutI4(nPix);
    186184
    187185  if(dobj->LocalMap_isDone())
Note: See TracChangeset for help on using the changeset viewer.