Changeset 1366 for trunk/psLib/src/dataManip/psFFT.c
- Timestamp:
- Aug 2, 2004, 9:43:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFFT.c
r1350 r1366 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-0 7-30 04:18:01$7 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-08-02 19:43:59 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 622 622 623 623 type = real->type.type; 624 if ( real->n >=imag->n ) {624 if ( real->n < imag->n ) { 625 625 numElements = real->n; 626 626 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
