diff options
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); |