From f9685a0deacff50c21b12234f168fecf5dd48fd2 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 14 Aug 2018 13:22:04 -0500 Subject: update the printf format string for the fit parameters --- src/fit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fit.c b/src/fit.c index bfb5f49..80b4b3f 100644 --- a/src/fit.c +++ b/src/fit.c @@ -37,7 +37,7 @@ double nll(unsigned int n, const double *x, double *grad, void *params) fval = nll_muon((event *) params, T, pos, dir, t0); - printf("%5zu %.2g %.2g %.2g %.2g %.2g %.2g %.2g f() = %7.3e\n", + printf("%5zu %10.2f %7.2f %7.2f %7.2f %4.2f %4.2f %5.2f f() = %7.3e\n", iter++, x[0], x[1], -- cgit