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/psImageFFT.h

    r1625 r2283  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-08-25 21:10:09 $
     9 *  @version $Revision: 1.2 $ $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
     
    1717
    1818#include "psImage.h"
    19 #include "psVectorFFT.h"               // for psFftDirection
     19#include "psVectorFFT.h"               // for psFFTFlags
    2020
    2121/// @addtogroup Transform
     
    3434    psImage* out,                      ///< a psImage to recycle.  If NULL, a new psImage is made.
    3535    const psImage* in,                 ///< the psImage to apply transform to
    36     psFftDirection direction           ///< the direction of the transform
     36    psFFTFlags direction               ///< the direction of the transform
    3737);
    3838
Note: See TracChangeset for help on using the changeset viewer.