IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 6:23:57 PM (19 years ago)
Author:
Paul Price
Message:

Fixes so it compiles. psVector FFTs don't work yet --- need to fix N/2 problem, in the same manner as psImage FFTs.

File:
1 edited

Legend:

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

    r11703 r11704  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-02-08 04:17:58 $
     8 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-08 04:23:57 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7373}
    7474
    75 bool psVectorBackwardFFT(psVector **out, const psVector *real, const psVector *imag)
     75bool psVectorBackwardFFT(psVector **out, const psVector *real, const psVector *imag, long origNum)
    7676{
    7777    PS_ASSERT_VECTOR_NON_NULL(real, false);
Note: See TracChangeset for help on using the changeset viewer.