diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-10-02 13:55:32 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-10-02 13:55:32 -0500 |
commit | 40809e5e56cfdd8f18f231121330be790705747e (patch) | |
tree | acf1ee1378931a5b7297332dc6497bca139ce626 /src/path.h | |
parent | 43beb1899c46082432fd2259d67fd99f9bd8e36f (diff) | |
download | sddm-40809e5e56cfdd8f18f231121330be790705747e.tar.gz sddm-40809e5e56cfdd8f18f231121330be790705747e.tar.bz2 sddm-40809e5e56cfdd8f18f231121330be790705747e.zip |
update MIN_THETA0 to 0.02
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ * distribution such that it effectively averages across the face of a PMT. * * FIXME: Should do some tests to figure out what is the best value. */ -#define MIN_THETA0 0.01 +#define MIN_THETA0 0.02 typedef double getKineticEnergyFunc(double x, void *params); |