add missing linefeed
This commit is contained in:
@ -604,10 +604,10 @@ void Set::command(int narg, char **arg)
|
||||
|
||||
if (comm->me == 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]));
|
||||
else
|
||||
utils::logmesg(lmp,fmt::format(" {} settings made for {}",
|
||||
utils::logmesg(lmp,fmt::format(" {} settings made for {}\n",
|
||||
allcount,arg[origarg]));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user