add missing linefeed

This commit is contained in:
Axel Kohlmeyer
2020-06-21 16:55:55 -04:00
parent f5a31fefdc
commit a98d03ee0e

View File

@ -604,10 +604,10 @@ void Set::command(int narg, char **arg)
if (comm->me == 0) { if (comm->me == 0) {
if (strcmp(arg[origarg],"cc") == 0) if (strcmp(arg[origarg],"cc") == 0)
utils::logmesg(lmp,fmt::format(" {} settings made for {} index {}", utils::logmesg(lmp,fmt::format(" {} settings made for {} index {}\n",
allcount,arg[origarg],arg[origarg+1])); allcount,arg[origarg],arg[origarg+1]));
else else
utils::logmesg(lmp,fmt::format(" {} settings made for {}", utils::logmesg(lmp,fmt::format(" {} settings made for {}\n",
allcount,arg[origarg])); allcount,arg[origarg]));
} }
} }