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