add missing linefeed character

This commit is contained in:
Axel Kohlmeyer
2020-06-07 10:13:35 -04:00
parent 09a005414b
commit 586f2c00b0

View File

@ -1019,7 +1019,8 @@ FILE *Force::open_potential(const char *name)
date = utils::get_potential_date(filepath, "potential");
if(!date.empty()) {
utils::logmesg(lmp, fmt::format("Reading potential file {} with DATE: {}", name, date));
utils::logmesg(lmp, fmt::format("Reading potential file {} "
"with DATE: {}\n", name, date));
}
return fopen(filepath.c_str(), "r");
}