Ignore:
Timestamp:
Jul 3, 2006, 1:05:40 PM (19 years ago)
Author:
ansari
Message:

Adaptation SphericalTransformServer a uppression const des arguments FFTForward/Backward cmv+Reza 03/07/2006

File:
1 edited

Legend:

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

    r2313 r3003  
    2020  SphericalTransformServer() 
    2121    {
    22       fftIntfPtr_=new FFTPackServer;
     22      fftIntfPtr_=new FFTPackServer(true); // preserveinput = true
    2323      fftIntfPtr_->setNormalize(false);
    2424    };
     
    2727 /*!
    2828 Set a fft server. The constructor sets a default fft server (fft-pack). So it is not necessary to call this method for a standard use.
     29 \warning The FFTServerInterface object should NOT overwrite the input arrays
    2930*/
    3031  void SetFFTServer(FFTServerInterface* srv=NULL)
Note: See TracChangeset for help on using the changeset viewer.