Changeset 29014 for trunk/psLib/src/fft/psImageFFT.c
- Timestamp:
- Aug 23, 2010, 7:29:26 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fft/psImageFFT.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fft/psImageFFT.c
r28998 r29014 23 23 #include <pthread.h> 24 24 25 #include "psAbort.h" 25 26 #include "psAssert.h" 26 27 #include "psError.h" … … 744 745 745 746 if (paddedCols != kernel->paddedCols) { 746 psError(PS_ERR_BAD_PARAMETER_SIZE, true, _("Image is inconsistent with allocated kernel")); 747 return NULL; 747 psAbort(_("Image is inconsistent with allocated kernel")); 748 748 } 749 749 if (paddedRows != kernel->paddedRows) { 750 psError(PS_ERR_BAD_PARAMETER_SIZE, true, _("Image is inconsistent with allocated kernel")); 751 return NULL; 750 psAbort(_("Image is inconsistent with allocated kernel")); 752 751 } 753 752
Note:
See TracChangeset
for help on using the changeset viewer.
