IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2004, 12:14:17 PM (22 years ago)
Author:
evanalst
Message:

Update type psFftDirection to psFFTFlags which is specified in SDR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fft/psVectorFFT.h

    r1984 r2283  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-10-06 21:40:13 $
     9 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2004-11-04 22:14:17 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3131    /// psImageFFT/psVectorFFT should perform a reverse FFT with a real result.
    3232    PS_FFT_REAL_RESULT = 4
    33 } psFftDirection;
     33} psFFTFlags;
    3434
    3535
     
    4646    psVector* out,                     ///< a psVector to recycle.  If NULL, a new psVector is made.
    4747    const psVector* in,                ///< the vector to apply transform to
    48     psFftDirection direction           ///< the direction of the transform
     48    psFFTFlags direction               ///< the direction of the transform
    4949);
    5050
Note: See TracChangeset for help on using the changeset viewer.