mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
fix
This commit is contained in:
parent
a85bdb1ad5
commit
e7f6fc9b82
1 changed files with 2 additions and 2 deletions
|
|
@ -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/) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue