add missing linefeed

This commit is contained in:
Axel Kohlmeyer
2020-06-09 15:06:13 -04:00
parent 999ed36e6a
commit fa07f64b81

View File

@ -150,7 +150,7 @@ TextFileReader * PotentialFileReader::open_potential(const std::string& path) {
date = utils::get_potential_date(filepath, filetype);
if(!date.empty()) {
utils::logmesg(lmp, fmt::format("Reading potential file {} with DATE: {}", filename, date));
utils::logmesg(lmp, fmt::format("Reading potential file {} with DATE: {}\n", filename, date));
}
return new TextFileReader(filepath, filetype);
}