Changeset 1395 in Sophya for trunk/SophyaExt/IFFTW/fftwserver.h


Ignore:
Timestamp:
Feb 12, 2001, 6:09:47 PM (25 years ago)
Author:
ansari
Message:

Corrections- adaptation interface FFTServer - Reza 12/2/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/IFFTW/fftwserver.h

    r1391 r1395  
    2626
    2727// Methodes statiques pour reordonner les donnees
    28   virtual void ReShapetoReal( TArray< complex<r_8> > const & in, TArray< r_8 > & out);
     28  virtual void ReShapetoReal(TArray< complex<r_8> > const & in, TArray< r_8 > & out);
    2929  virtual void ReShapetoCompl(TArray< r_8 > const & in, TArray< complex<r_8> > & out);
    3030
     
    4040 FFTWServerPlan * _pndrb;
    4141
    42  FFTArrayChecker<r_4> ckR4;
    4342 FFTArrayChecker<r_8> ckR8;
    4443};
Note: See TracChangeset for help on using the changeset viewer.