Changeset 808 for trunk/psLib/src/dataManip/psVectorFFT.c
- Timestamp:
- May 28, 2004, 11:04:34 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psVectorFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psVectorFFT.c
r801 r808 5 5 * @author Robert DeSonia, MHPCC 6 6 * 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 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 68 68 /* make sure the system-level wisdom information is imported. */ 69 69 if (! p_fftwWisdomImported) { 70 fftw _import_system_wisdom();70 fftwf_import_system_wisdom(); 71 71 p_fftwWisdomImported = true; 72 72 }
Note:
See TracChangeset
for help on using the changeset viewer.
