Changeset 19193
- Timestamp:
- Aug 25, 2008, 12:23:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r19191 r19193 125 125 return false; 126 126 } 127 if (outKernels->type != PM_FPA_FILE_SUBKERNEL S) {128 psError(PS_ERR_IO, true, "PPSUB.OUTPUT.KERNELS is not of type SUBKERNEL S");127 if (outKernels->type != PM_FPA_FILE_SUBKERNEL) { 128 psError(PS_ERR_IO, true, "PPSUB.OUTPUT.KERNELS is not of type SUBKERNEL"); 129 129 return false; 130 130 }
Note:
See TracChangeset
for help on using the changeset viewer.
