IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2004, 12:27:16 PM (22 years ago)
Author:
desonia
Message:

moved fftw3.h into c file.

File:
1 edited

Legend:

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

    r814 r823  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-05-29 01:11:01 $
     7 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-06-01 22:27:16 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515#include <string.h>
    1616#include <complex.h>
     17#include <fftw3.h>
    1718
    1819#include "psFFT.h"
Note: See TracChangeset for help on using the changeset viewer.