IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17134


Ignore:
Timestamp:
Mar 25, 2008, 9:37:51 AM (18 years ago)
Author:
Paul Price
Message:

Fixing bad macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c

    r17133 r17134  
    904904    PS_ASSERT_INT_EQUAL(data->num, inputs->n, false);
    905905    PS_ASSERT_INT_NONNEGATIVE(nIter, false);
    906     PS_ASSERT_FLOAT_POSITIVE(rej, false);
     906    PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false);
    907907
    908908    int minInputCols, maxInputCols, minInputRows, maxInputRows; // Smallest and largest values to combine
Note: See TracChangeset for help on using the changeset viewer.