diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-03-17 11:39:03 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-03-17 11:39:03 -0500 |
commit | 516f1f390e34283b5cdbc4740b62a85db0410a3d (patch) | |
tree | c5afbf76620cf2cf598a0223844d4ba4718e0a6a /src | |
parent | da827b65ce1ec1046c39ad0f9b83e61bda795485 (diff) | |
download | sddm-516f1f390e34283b5cdbc4740b62a85db0410a3d.tar.gz sddm-516f1f390e34283b5cdbc4740b62a85db0410a3d.tar.bz2 sddm-516f1f390e34283b5cdbc4740b62a85db0410a3d.zip |
update MIN_NPOINTS to 10 to speed things up
Diffstat (limited to 'src')
-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. */ |