IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16811


Ignore:
Timestamp:
Mar 4, 2008, 1:55:49 PM (18 years ago)
Author:
Paul Price
Message:

Number of iterations may be 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psPolynomialMD.c

    r16794 r16811  
    325325    PS_ASSERT_ARRAY_NON_NULL(coordsArray, false);
    326326    PS_ASSERT_ARRAY_SIZE(coordsArray, (long)values->n, false);
    327     PS_ASSERT_INT_POSITIVE(numIter, false);
     327    PS_ASSERT_INT_NONNEGATIVE(numIter, false);
    328328    PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false);
    329329
Note: See TracChangeset for help on using the changeset viewer.