Changeset 4193 for trunk/psLib/src/fft/psImageFFT.c
- Timestamp:
- Jun 9, 2005, 11:17:45 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psImageFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psImageFFT.c
r4128 r4193 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2005-06-0 7 02:29:44$7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2005-06-09 21:17:45 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 409 409 psF32 real; 410 410 psF32 imag; 411 psF32 numElementsSquared = numCols * numCols * numRows * numRows; 411 psF32 fNumCols = numCols; 412 psF32 fNumRows = numRows; 413 psF32 numElementsSquared = fNumCols * fNumCols * fNumRows * fNumRows; 412 414 413 415 out = psImageRecycle(out, numCols, numRows, PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
