Changeset 2978
- Timestamp:
- Jan 13, 2005, 11:23:56 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psVectorFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psVectorFFT.c
r2713 r2978 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 200 4-12-14 21:16:28$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-13 21:23:56 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 602 602 return 2; 603 603 } 604 if (fabsf(val1 - vec4->data.F64[n]) > FLT_EPSILON) {604 if (fabsf(val1 - vec4->data.F64[n]) > 0.001) { 605 605 psError(PS_ERR_UNKNOWN,true,"psVectorPowerSpectrum result is invalid (n=%d, %.2f %.2f)",n,vec4->data.F64[n],val1); 606 606 return 22;
Note:
See TracChangeset
for help on using the changeset viewer.
