Changeset 31023
- Timestamp:
- Mar 23, 2011, 10:21:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.c
r30739 r31023 926 926 927 927 // this is an unrecoverable error : something really bogus in the data 928 if (stamps->normWindow1 == 0) {928 if (stamps->normWindow1 <= 0) { 929 929 psError(PM_ERR_STAMPS, true, "Unable to determine normalisation window size (1)."); 930 930 psFree (stats); … … 935 935 return false; 936 936 } 937 if (stamps->normWindow2 == 0) {937 if (stamps->normWindow2 <= 0) { 938 938 psError(PM_ERR_STAMPS, true, "Unable to determine normalisation window size (2)."); 939 939 psFree (stats);
Note:
See TracChangeset
for help on using the changeset viewer.
