diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-09-21 12:45:31 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-09-21 12:45:31 -0500 |
commit | 7c06ffe328064f5354a0fe971d082d33c1008749 (patch) | |
tree | 70f8a834d6f459ce313b34ef04ae54337ccbab9b /src/likelihood.h | |
parent | 0f84f790992121ee7a4fabd96ebcd9624a4a8028 (diff) | |
download | sddm-7c06ffe328064f5354a0fe971d082d33c1008749.tar.gz sddm-7c06ffe328064f5354a0fe971d082d33c1008749.tar.bz2 sddm-7c06ffe328064f5354a0fe971d082d33c1008749.zip |
increase MAX_PE to 10000
Diffstat (limited to 'src/likelihood.h')
-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 111eac9..d53b777 100644 --- a/src/likelihood.h +++ b/src/likelihood.h @@ -5,7 +5,7 @@ #include <stddef.h> /* for size_t */ /* Maximum number of PE to consider if the PMT was hit. */ -#define MAX_PE 100 +#define MAX_PE 10000 /* Maximum number of PE to consider if the PMT wasn't hit. * * Note: This must be less than MAX_PE. */ |