diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-10-21 12:58:52 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-10-21 12:58:52 -0500 |
commit | 4924afe80634ae8ccf9acde2951d3fcdd501906a (patch) | |
tree | f089aca000e8c4785b86ec73db659078652547e3 | |
parent | d7d669d48fdb5bb068049e9e3878c6fbed9c3bbc (diff) | |
download | sddm-4924afe80634ae8ccf9acde2951d3fcdd501906a.tar.gz sddm-4924afe80634ae8ccf9acde2951d3fcdd501906a.tar.bz2 sddm-4924afe80634ae8ccf9acde2951d3fcdd501906a.zip |
set default number of points to 500
-rw-r--r-- | src/fit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5279,7 +5279,7 @@ int fit_event(event *ev, double *xopt, double *fmin) nlopt_set_upper_bounds(opt, ub); /* Now, we do the "real" minimization. */ - fpars.n = 100; + fpars.n = 500; fpars.fast = 0; fpars.print = 1; nlopt_set_ftol_abs(opt, 1e-5); |