Changeset 824 for trunk/psLib/src/fft/psVectorFFT.c
- Timestamp:
- Jun 1, 2004, 12:42:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psVectorFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psVectorFFT.c
r823 r824 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-06-01 22: 27:16$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-06-01 22:42:57 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 228 228 "A zero image was returned."); 229 229 out = psImageRecycle(out,numCols,numRows,type); 230 memset(out->data. v[0],0,PSELEMTYPE_SIZEOF(type)*numCols*numRows);230 memset(out->data.V[0],0,PSELEMTYPE_SIZEOF(type)*numCols*numRows); 231 231 return out; 232 232 }
Note:
See TracChangeset
for help on using the changeset viewer.
