Changeset 1624 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Aug 7, 2001, 12:52:19 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/sphericaltransformserver.cc
r1428 r1624 341 341 //sortie.ReSize(nph); 342 342 TVector< complex<T> > sortie(nph); 343 sortie.SetTemp(true);344 343 345 344 fftIntfPtr_-> FFTBackward(data, sortie); … … 424 423 //sortie.ReSize(nph); 425 424 TVector<T> sortie; 426 sortie.SetTemp(true);427 425 428 426 fftIntfPtr_-> FFTBackward(data, sortie); … … 453 451 TVector< complex<T> > phase(nmmax+1); 454 452 Alm<T> alm; 455 alm.SetTemp(true);456 453 alm.ReSizeToLmax(nlmax); 457 454 for (int_4 ith = 0; ith < map.NbThetaSlices(); ith++) … … 523 520 //dataout.ReSize(nmmax+1); 524 521 TVector< complex<T> > dataout(nmmax+1); 525 // dataout.SetTemp(true);526 522 527 523 int im_max=min(nph,nmmax+1); … … 574 570 //dataout.ReSize(nmmax+1); 575 571 TVector< complex<T> > dataout(nmmax+1); 576 // dataout.SetTemp(true);577 572 578 573 // on transfere le resultat de la fft dans dataout.
Note:
See TracChangeset
for help on using the changeset viewer.