IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 28, 2004, 11:04:34 AM (22 years ago)
Author:
harman
Message:

Changed function to single precision call

File:
1 edited

Legend:

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

    r801 r808  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-05-28 03:15:40 $
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-05-28 21:04:34 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6868    /* make sure the system-level wisdom information is imported. */
    6969    if (! p_fftwWisdomImported) {
    70         fftw_import_system_wisdom();
     70        fftwf_import_system_wisdom();
    7171        p_fftwWisdomImported = true;
    7272    }
Note: See TracChangeset for help on using the changeset viewer.