aboutsummaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-10-02 13:55:32 -0500
committertlatorre <tlatorre@uchicago.edu>2018-10-02 13:55:32 -0500
commit40809e5e56cfdd8f18f231121330be790705747e (patch)
treeacf1ee1378931a5b7297332dc6497bca139ce626 /src/path.h
parent43beb1899c46082432fd2259d67fd99f9bd8e36f (diff)
downloadsddm-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h
index 449088f..6c71a0a 100644
--- a/src/path.h
+++ b/src/path.h
@@ -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);