Index: /branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c
===================================================================
--- /branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c	(revision 17133)
+++ /branches/pap_branch_080320/psModules/src/detrend/pmShutterCorrection.c	(revision 17134)
@@ -904,5 +904,5 @@
     PS_ASSERT_INT_EQUAL(data->num, inputs->n, false);
     PS_ASSERT_INT_NONNEGATIVE(nIter, false);
-    PS_ASSERT_FLOAT_POSITIVE(rej, false);
+    PS_ASSERT_FLOAT_LARGER_THAN(rej, 0.0, false);
 
     int minInputCols, maxInputCols, minInputRows, maxInputRows; // Smallest and largest values to combine
