Changeset 1328 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Nov 14, 2000, 11:42:46 AM (25 years ago)
Author:
ansari
Message:

Modif cosmetique - suppression warning compil CC, Reza 14/11/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Samba/sphericaltransformserver.cc

    r1218 r1328  
    457457  for (int_4 ith = 0; ith < map.NbThetaSlices(); ith++)
    458458    {
    459       int_4 nph;
    460459      r_8 phi0;
    461460      r_8 theta;
     
    465464          phase(i)=0;
    466465        }
    467       nph = pixNumber.NElts();
    468466      double cth = cos(theta);
    469467     
     
    474472        {
    475473          // tableau datain a supprimer
    476           //  TVector<complex<T> > datain(nph);
     474          //  TVector<complex<T> > datain(pixNumber.NElts());
    477475          // for(int kk=0; kk<nph; kk++) datain(kk)=complex<T>(data(kk),(T)0.);
    478476
     
    741739  for (int_4 ith = 0; ith < mapq.NbThetaSlices(); ith++)
    742740    {
    743       int_4 nph;
    744741      r_8 phi0;
    745742      r_8 theta;
     
    750747          throw  SzMismatchError("the spheres have not the same pixelization");
    751748        }
    752       nph = pixNumber.NElts();
    753749      r_8 domega=mapq.PixSolAngle(mapq.PixIndexSph(theta,phi0));
    754750      double cth = cos(theta);
     
    757753      if (keep_it)
    758754        {
    759           //  almFromPM(nph, nlmax, nmmax, phi0, domega, theta, dataq, datau, alme, almb);
     755          //  almFromPM(pixNumber.NElts(), nlmax, nmmax, phi0, domega, theta, dataq, datau, alme, almb);
    760756          almFromWX(nlmax, nmmax, phi0, domega, theta, dataq, datau, alme, almb);
    761757        }
Note: See TracChangeset for help on using the changeset viewer.