refactoring of global and local hyper, including amended doc pages

This commit is contained in:
Steve Plimpton
2019-03-01 18:47:34 -07:00
parent eea30c5b76
commit f0ec2e3279
14 changed files with 868 additions and 634 deletions

View File

@ -380,9 +380,8 @@ void Thermo::compute(int flag)
loc += sprintf(&line[loc],format[ifield],dvalue);
else if (vtype[ifield] == INT)
loc += sprintf(&line[loc],format[ifield],ivalue);
else if (vtype[ifield] == BIGINT) {
else if (vtype[ifield] == BIGINT)
loc += sprintf(&line[loc],format[ifield],bivalue);
}
}
// print line to screen and logfile