Merge pull request #2569 from akohlmey/collected-small-changes

Collected small changes for the next patch release
This commit is contained in:
Axel Kohlmeyer
2021-02-01 20:18:48 -05:00
committed by GitHub
18 changed files with 215 additions and 133 deletions

View File

@ -378,6 +378,7 @@ void Thermo::compute(int flag)
if (me == 0) {
utils::logmesg(lmp,line);
if (screen && flushflag) fflush(screen);
if (logfile && flushflag) fflush(logfile);
}