Changeset 3572 in Sophya for trunk/SophyaLib/Samba/sphericaltransformserver.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/sphericaltransformserver.cc
r3510 r3572 211 211 int_4 nlmax=alm.Lmax(); 212 212 int_4 nmmax=nlmax; 213 int_4 nsmax=0;214 213 // le Resize est suppose mettre a zero 215 214 map.Resize(pixelSizeIndex); … … 521 520 522 521 alm.ReSizeToLmax(nlmax); 523 for ( int_4 ith = 0; ith < map.NbThetaSlices(); ith++)522 for (uint_4 ith = 0; ith < map.NbThetaSlices(); ith++) 524 523 { 525 524 r_8 phi0; … … 917 916 throw SzMismatchError("SphericalTransformServer::DecomposeToAlm: map Q and map U have not same size "); 918 917 } 919 for ( int_4 ith = 0; ith < mapq.NbThetaSlices(); ith++)918 for (uint_4 ith = 0; ith < mapq.NbThetaSlices(); ith++) 920 919 { 921 920 r_8 phi0; … … 1119 1118 Bm<complex<T> > b_m_theta_u(nmmax); 1120 1119 1121 for ( int_4 ith = 0; ith < mapq.NbThetaSlices();ith++)1120 for (uint_4 ith = 0; ith < mapq.NbThetaSlices();ith++) 1122 1121 { 1123 1122 int_4 nph; … … 1228 1227 Bm<complex<T> > b_m_theta_p(nmmax); 1229 1228 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++) 1231 1230 { 1232 1231 int_4 nph;
Note:
See TracChangeset
for help on using the changeset viewer.