diff options
Diffstat (limited to 'src/fit.c')
-rw-r--r-- | src/fit.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5340,6 +5340,7 @@ int fit_event2(event *ev, double *xopt, double *fmin, int *id, size_t n, double fpars.print = 0; fpars.charge_only = 0; nlopt_set_ftol_abs(opt, 1e-5); + nlopt_set_xtol_rel(opt, 1e-2); nlopt_set_maxeval(opt, 10000); fpars.n = n; |