Changeset 3572 in Sophya for trunk/SophyaLib/SkyMap/localmap.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/SophyaLib/SkyMap/localmap.cc

    r3300 r3572  
    256256    throw(SzMismatchError("LocalMap<T>::CopyElt(const LocalMap<T>&) SizeMismatch")) ;
    257257      recopierVariablesSimples(a);     
    258   int k;
    259258  pixels_ = a.pixels_;
    260259  return(*this);
     
    349348  double csTheta = cos(theta);
    350349  double snTheta = sin(theta);
    351   double csPhi   = cos(phi);
    352   double snPhi   = sin(phi);
    353350  double csPhiMPhiC = cos (phi - phiC_);
    354351  double snPhiMPhiC = sin (phi - phiC_);
     
    585582  double sin_phi_axeZ;
    586583
    587   double cth,sth, cdeltaPhi, phi, cphi, sphi;
     584  double cth,sth, cdeltaPhi, phi;
    588585
    589586  if ( snthC_ <= 0.) // carte centree au pole
Note: See TracChangeset for help on using the changeset viewer.