aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2018-10-21 12:58:52 -0500
committertlatorre <tlatorre@uchicago.edu>2018-10-21 12:58:52 -0500
commit4924afe80634ae8ccf9acde2951d3fcdd501906a (patch)
treef089aca000e8c4785b86ec73db659078652547e3 /src
parentd7d669d48fdb5bb068049e9e3878c6fbed9c3bbc (diff)
downloadsddm-4924afe80634ae8ccf9acde2951d3fcdd501906a.tar.gz
sddm-4924afe80634ae8ccf9acde2951d3fcdd501906a.tar.bz2
sddm-4924afe80634ae8ccf9acde2951d3fcdd501906a.zip
set default number of points to 500
Diffstat (limited to 'src')
-rw-r--r--src/fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fit.c b/src/fit.c
index ba285c9..eba125e 100644
--- a/src/fit.c
+++ b/src/fit.c
@@ -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);