Unverified Commit b0319c2e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix missing newline in thermo output.

parent 85097df2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -315,6 +315,7 @@ void Thermo::header()

  std::string hdr;
  for (int i = 0; i < nfield; i++) hdr +=  keyword[i] + std::string(" ");
  hdr += "\n";
  if (me == 0) utils::logmesg(lmp,hdr);
}