diff options
Diffstat (limited to 'src/likelihood.h')
-rw-r--r-- | src/likelihood.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/likelihood.h b/src/likelihood.h index 406c7ea..b326d5d 100644 --- a/src/likelihood.h +++ b/src/likelihood.h @@ -17,6 +17,8 @@ * probabilities which are 10 million times less likely than the most probable * value for n. */ #define MIN_RATIO -10 +/* Same as above but for the "fast" likelihood calculation. */ +#define MIN_RATIO_FAST -2 /* The fraction of reflected light which is detected. */ #define CHARGE_FRACTION 0.5 |