From c274fc18f49b70880f33cf762d0d1f78f037be26 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 23 May 2019 10:28:53 -0400 Subject: add 1e-10 to the angular pdfs to ensure that the CDF is strictly increasing --- src/likelihood.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/likelihood.h') diff --git a/src/likelihood.h b/src/likelihood.h index d739802..304fd70 100644 --- a/src/likelihood.h +++ b/src/likelihood.h @@ -22,6 +22,8 @@ #include #include +#define EPSILON 1e-10 + #define PSUP_REFLECTION_TIME 80.0 /* Minimum number of points in the track integral. */ -- cgit