Changeset 26982 for trunk/ppSub/src/ppSubDefineOutput.c
- Timestamp:
- Feb 17, 2010, 5:36:13 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubDefineOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubDefineOutput.c
r26899 r26982 55 55 56 56 if (!kernels) { 57 hdu = pmHDUFromCell(refConv->parent);57 hdu = pmHDUFromCell(refConv->parent); 58 58 analysis = refConv->analysis; 59 59 kernels = psMetadataLookupPtr(&mdok, analysis, PM_SUBTRACTION_ANALYSIS_KERNEL); 60 60 } 61 61 if (!kernels) { 62 psError(P S_ERR_UNEXPECTED_NULL, true, "Unable to find SUBTRACTION.KERNEL");62 psError(PPSUB_ERR_UNKNOWN, true, "Unable to find SUBTRACTION.KERNEL"); 63 63 psFree(outRO); 64 64 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
