Changeset 1624 in Sophya for trunk/SophyaLib/Samba


Ignore:
Timestamp:
Aug 7, 2001, 12:52:19 AM (24 years ago)
Author:
cmv
Message:

On enleve les SetTemp() inutiles cmv 6/8/01

File:
1 edited

Legend:

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

    r1428 r1624  
    341341  //sortie.ReSize(nph);
    342342  TVector< complex<T> > sortie(nph);
    343   sortie.SetTemp(true);
    344343
    345344  fftIntfPtr_-> FFTBackward(data, sortie);
     
    424423  //sortie.ReSize(nph);
    425424  TVector<T> sortie;
    426   sortie.SetTemp(true);
    427425
    428426  fftIntfPtr_-> FFTBackward(data, sortie);
     
    453451  TVector< complex<T> > phase(nmmax+1);
    454452  Alm<T> alm;
    455   alm.SetTemp(true);
    456453  alm.ReSizeToLmax(nlmax);
    457454  for (int_4 ith = 0; ith < map.NbThetaSlices(); ith++)
     
    523520  //dataout.ReSize(nmmax+1);
    524521  TVector< complex<T> > dataout(nmmax+1);
    525   //  dataout.SetTemp(true);
    526522
    527523  int im_max=min(nph,nmmax+1);
     
    574570  //dataout.ReSize(nmmax+1);
    575571  TVector< complex<T> > dataout(nmmax+1);
    576   //  dataout.SetTemp(true);
    577572
    578573  // on transfere le resultat de la fft dans dataout.
Note: See TracChangeset for help on using the changeset viewer.