IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14309


Ignore:
Timestamp:
Jul 18, 2007, 4:02:13 PM (19 years ago)
Author:
Paul Price
Message:

Adding support for GUNK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubArguments.c

    r14299 r14309  
    277277    } else if (strcasecmp(type, "FRIES") == 0) {
    278278        kernelType = PM_SUBTRACTION_KERNEL_FRIES;
     279    } else if (strcasecmp(type, "GUNK") == 0) {
     280        kernelType = PM_SUBTRACTION_KERNEL_GUNK;
    279281    } else {
    280282        psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unrecognised kernel type: %s", type);
Note: See TracChangeset for help on using the changeset viewer.