Changeset 1864 for trunk/psLib/src/dataManip/psDataManipErrors.dat
- Timestamp:
- Sep 23, 2004, 8:31:49 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psDataManipErrors.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psDataManipErrors.dat
r1787 r1864 7 7 # N.B. in code, the ERRORNAME appears as PS_ERRORTEXT_ERRORNAME 8 8 #################################################################### 9 # 10 psVectorFFT_IMAGE_TYPE_UNSUPPORTED Input psVector type, %s, is not supported. Valid data types are psF32 and psC32. 11 psVectorFFT_REVERSE_NOT_COMPLEX Input psVector (%s) is not complex. Reverse FFT operation requires a complex input. 12 psVectorFFT_FORWARD_NOT_REAL Input psVector (%s) is not real. Forward FFT operation requires a real input. 13 psVectorFFT_FFTW_PLAN_NULL Could not create a valid FFT plan to perform the transform. 14 psVectorFFT_TYPE_UNSUPPORTED Specified psVector type, %s, is not supported. 15 psVectorFFT_REAL_IMAG_TYPE_MISMATCH Real psVector type, %s, and imaginary psVector type, %s, must be the same. 16 psVectorFFT_REAL_IMAG_SIZE_MISMATCH Real psVector size, %d, and imaginary psVector size, %d, must be the same. 17 psVectorFFT_NONREAL_NOTSUPPORTED Input psVector type, %s, is required to be either psF32 or psF64. 18 psVectorFFT_NONCOMPLEX_NOTSUPPORTED Input psVector type, %s, is required to be either psC32 or psC64. 19
Note:
See TracChangeset
for help on using the changeset viewer.
