From e7f6fc9b8223a5bee4633b8a9d930a3e5344e4d8 Mon Sep 17 00:00:00 2001 From: Edoardo Apra Date: Wed, 13 Sep 2017 21:22:27 +0000 Subject: [PATCH] fix --- QA/nwparse.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QA/nwparse.pl b/QA/nwparse.pl index 96acba27a3..e7ca416b1e 100644 --- a/QA/nwparse.pl +++ b/QA/nwparse.pl @@ -285,9 +285,9 @@ foreach $filename (@FILES_TO_PARSE) { } # *** Assumes $itok was incremented above if (! $quiet) { - printf "%.4f\n", set_to_digits(@line_tokens[$itok],3); + printf "%.3f\n", set_to_digits(@line_tokens[$itok],3); } - printf FILE_OUTPUT "%.4f\n", set_to_digits(@line_tokens[$itok],3); + printf FILE_OUTPUT "%.3f\n", set_to_digits(@line_tokens[$itok],3); } if (! $sgroup) { if (/Total/ && /energy/) {