diff options
Diffstat (limited to 'src/fit.c')
| -rw-r--r-- | src/fit.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -5488,7 +5488,7 @@ int fit_event2(event *ev, double *xopt, double *fmin, int *id, size_t n, double      ub[3] = GTVALID;      /* Find the peaks in the Hough transform of the event. */ -    find_peaks(ev, pos, 100, 100, peak_theta, peak_phi, &npeaks, LEN(peak_theta), 0.1); +    find_peaks(ev, pos, t0, 100, 100, peak_theta, peak_phi, &npeaks, LEN(peak_theta), 0.1);      /* Don't fit more than 3 peaks for now. */      if (npeaks > 3) npeaks = 3; | 
