From 516f1f390e34283b5cdbc4740b62a85db0410a3d Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sun, 17 Mar 2019 11:39:03 -0500 Subject: update MIN_NPOINTS to 10 to speed things up --- src/likelihood.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit