diff options
Diffstat (limited to 'src/likelihood.c')
-rw-r--r-- | src/likelihood.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/likelihood.c b/src/likelihood.c index 1822553..dfe580e 100644 --- a/src/likelihood.c +++ b/src/likelihood.c @@ -1072,7 +1072,7 @@ double nll_best(event *ev) * the fitter by computing a likelihood ratio between the best fit * hypothesis and this ideal case. See Chapter 9 in Jayne's "Probability * Theory: The Logic of Science" for more details. */ - size_t i, j, nhit, maxj; + size_t i, j, nhit; static double logp[MAX_PE], nll[MAX_PMTS], mu[MAX_PMTS], ts[MAX_PMTS], ts_sigma; double log_mu, max_logp, mu_noise, mu_indirect_total, min_ratio; |