Changeset 1350
- Timestamp:
- Jul 29, 2004, 6:18:01 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
dataManip/psFFT.c (modified) (2 diffs)
-
dataManip/psVectorFFT.c (modified) (2 diffs)
-
fft/psVectorFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFFT.c
r1349 r1350 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-07-30 04: 03:51 $7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-07-30 04:18:01 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 return NULL; 56 56 57 } 58 59 if ( type != PS_TYPE_F32 && direction == PS_FFT_FORWARD ) { 60 psError( __func__, "Input image must be real image for forward FFT (type=%d).", 61 type ); 62 psFree( out ); 63 return NULL; 57 64 } 58 65 -
trunk/psLib/src/dataManip/psVectorFFT.c
r1349 r1350 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-07-30 04: 03:51 $7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-07-30 04:18:01 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 return NULL; 56 56 57 } 58 59 if ( type != PS_TYPE_F32 && direction == PS_FFT_FORWARD ) { 60 psError( __func__, "Input image must be real image for forward FFT (type=%d).", 61 type ); 62 psFree( out ); 63 return NULL; 57 64 } 58 65 -
trunk/psLib/src/fft/psVectorFFT.c
r1349 r1350 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-07-30 04: 03:51 $7 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-07-30 04:18:01 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 55 55 return NULL; 56 56 57 } 58 59 if ( type != PS_TYPE_F32 && direction == PS_FFT_FORWARD ) { 60 psError( __func__, "Input image must be real image for forward FFT (type=%d).", 61 type ); 62 psFree( out ); 63 return NULL; 57 64 } 58 65
Note:
See TracChangeset
for help on using the changeset viewer.
