Changeset 14364 for trunk/ppSub/src/ppSubArguments.c
- Timestamp:
- Jul 23, 2007, 12:02:34 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubArguments.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubArguments.c
r14362 r14364 281 281 } else if (strcasecmp(type, "GUNK") == 0) { 282 282 kernelType = PM_SUBTRACTION_KERNEL_GUNK; 283 } else if (strcasecmp(type, "RINGS") == 0) { 284 kernelType = PM_SUBTRACTION_KERNEL_RINGS; 283 285 } else { 284 286 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unrecognised kernel type: %s", type);
Note:
See TracChangeset
for help on using the changeset viewer.
