This commit is contained in:
Axel Kohlmeyer
2020-06-26 14:04:38 -04:00
parent 05f310ef35
commit 7318dd06d3

View File

@ -316,8 +316,7 @@ void Thermo::header()
std::string hdr; std::string hdr;
for (int i = 0; i < nfield; i++) hdr += keyword[i] + std::string(" "); for (int i = 0; i < nfield; i++) hdr += keyword[i] + std::string(" ");
hdr += "\n"; if (me == 0) utils::logmesg(lmp,hdr+"\n");
if (me == 0) utils::logmesg(lmp,hdr);
} }
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */