aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fit.c b/src/fit.c
index 2e2fee3..f070792 100644
--- a/src/fit.c
+++ b/src/fit.c
@@ -5336,8 +5336,8 @@ int fit_event2(event *ev, double *xopt, double *fmin, int *id, size_t n, double
/* First we do a set of "quick" minimizations to try and start the
* minimizer close to the minimum. */
fpars.dx = 1.0;
- fpars.ns = 100;
- fpars.fast = 1;
+ fpars.ns = 10;
+ fpars.fast = 0;
fpars.hit_only = 0;
fpars.print = 0;
fpars.charge_only = 0;