IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14364


Ignore:
Timestamp:
Jul 23, 2007, 12:02:34 PM (19 years ago)
Author:
Paul Price
Message:

Support for RINGS kernel

File:
1 edited

Legend:

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

    r14362 r14364  
    281281    } else if (strcasecmp(type, "GUNK") == 0) {
    282282        kernelType = PM_SUBTRACTION_KERNEL_GUNK;
     283    } else if (strcasecmp(type, "RINGS") == 0) {
     284        kernelType = PM_SUBTRACTION_KERNEL_RINGS;
    283285    } else {
    284286        psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unrecognised kernel type: %s", type);
Note: See TracChangeset for help on using the changeset viewer.