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/Samba/sphericaltransformserver.cc

    r3510 r3572  
    211211  int_4 nlmax=alm.Lmax();
    212212  int_4 nmmax=nlmax;
    213   int_4 nsmax=0;
    214213  // le Resize est suppose mettre a zero
    215214  map.Resize(pixelSizeIndex);
     
    521520 
    522521  alm.ReSizeToLmax(nlmax);
    523   for (int_4 ith = 0; ith < map.NbThetaSlices(); ith++)
     522  for (uint_4 ith = 0; ith < map.NbThetaSlices(); ith++)
    524523    {
    525524      r_8 phi0;
     
    917916      throw SzMismatchError("SphericalTransformServer::DecomposeToAlm: map Q and map U have not same size ");
    918917    }
    919   for (int_4 ith = 0; ith < mapq.NbThetaSlices(); ith++)
     918  for (uint_4 ith = 0; ith < mapq.NbThetaSlices(); ith++)
    920919    {
    921920      r_8 phi0;
     
    11191118  Bm<complex<T> > b_m_theta_u(nmmax);
    11201119
    1121   for (int_4 ith = 0; ith < mapq.NbThetaSlices();ith++)
     1120  for (uint_4 ith = 0; ith < mapq.NbThetaSlices();ith++)
    11221121    {
    11231122      int_4 nph;
     
    12281227  Bm<complex<T> > b_m_theta_p(nmmax);
    12291228  Bm<complex<T> > b_m_theta_m(nmmax);
    1230   for (int_4 ith = 0; ith < mapq.NbThetaSlices();ith++)
     1229  for (uint_4 ith = 0; ith < mapq.NbThetaSlices();ith++)
    12311230    {
    12321231      int_4 nph;
Note: See TracChangeset for help on using the changeset viewer.