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/dataManip/psVectorFFT.c

    r2273 r2283  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-11-04 01:04:59 $
     7 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-11-04 22:14:17 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2929static psBool p_fftwWisdomImported = false;
    3030
    31 psVector* psVectorFFT(psVector* out, const psVector* in, psFftDirection direction)
     31psVector* psVectorFFT(psVector* out, const psVector* in, psFFTFlags direction)
    3232{
    3333    psU32 numElements;
Note: See TracChangeset for help on using the changeset viewer.