Changeset 17134
- Timestamp:
- Mar 25, 2008, 9:37:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c
r17133 r17134 904 904 PS_ASSERT_INT_EQUAL(data->num, inputs->n, false); 905 905 PS_ASSERT_INT_NONNEGATIVE(nIter, false); 906 PS_ASSERT_FLOAT_ POSITIVE(rej, false);906 PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false); 907 907 908 908 int minInputCols, maxInputCols, minInputRows, maxInputRows; // Smallest and largest values to combine
Note:
See TracChangeset
for help on using the changeset viewer.
