also flush screen stdio buffer with thermo_modify flush yes

This commit is contained in:
Axel Kohlmeyer
2021-02-01 18:43:42 -05:00
parent 2b44d67128
commit 2ee701f719

View File

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