diff options
-rw-r--r-- | src/likelihood.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/likelihood.h b/src/likelihood.h index 4d0160d..de12f7c 100644 --- a/src/likelihood.h +++ b/src/likelihood.h @@ -23,7 +23,7 @@ #define PSUP_REFLECTION_TIME 80.0 /* Minimum number of points in the track integral. */ -#define MIN_NPOINTS 100 +#define MIN_NPOINTS 10 /* To avoid having to allocate new arrays every time we evaluate the likelihood * function, we just allocate static arrays with `MAX_POINTS` elements. */ |