Changeset 18508 for trunk/psModules/src/imcombine/pmStackReject.c
- Timestamp:
- Jul 14, 2008, 11:28:46 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStackReject.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStackReject.c
r17299 r18508 23 23 PS_ASSERT_ARRAY_NON_NULL(kernels, NULL); 24 24 PS_ASSERT_ARRAYS_SIZE_EQUAL(subRegions, kernels, NULL); 25 26 // Trivial case 27 if (in->n == 0) { 28 return psPixelsAllocEmpty(0); 29 } 25 30 26 31 // Get the original image size
Note:
See TracChangeset
for help on using the changeset viewer.
