Unverified Commit 7318dd06 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

simplify

parent 05f310ef
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -316,8 +316,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);
  if (me == 0) utils::logmesg(lmp,hdr+"\n");
}

/* ---------------------------------------------------------------------- */