IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24292


Ignore:
Timestamp:
Jun 1, 2009, 4:15:23 PM (17 years ago)
Author:
Paul Price
Message:

Allow zero iterations.

File:
1 edited

Legend:

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

    r24259 r24292  
    337337        PS_ASSERT_FLOAT_LESS_THAN_OR_EQUAL(optThreshold, 1.0, false);
    338338    }
    339     PS_ASSERT_INT_POSITIVE(iter, false);
     339    PS_ASSERT_INT_NONNEGATIVE(iter, false);
    340340    PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false);
    341341
Note: See TracChangeset for help on using the changeset viewer.