IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2007, 2:21:00 PM (19 years ago)
Author:
Paul Price
Message:

The RINGS kernel may be completely made up of 'inner' rings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionKernels.c

    r15429 r15432  
    488488    PS_ASSERT_INT_NONNEGATIVE(spatialOrder, NULL);
    489489    PS_ASSERT_INT_NONNEGATIVE(inner, NULL);
    490     PS_ASSERT_INT_LESS_THAN(inner, size, NULL);
     490    PS_ASSERT_INT_LESS_THAN_OR_EQUAL(inner, size, NULL);
    491491    PS_ASSERT_INT_NONNEGATIVE(ringsOrder, NULL);
    492492
Note: See TracChangeset for help on using the changeset viewer.