simplify
This commit is contained in:
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|||||||
Reference in New Issue
Block a user