whitespace

This commit is contained in:
Axel Kohlmeyer
2024-08-08 21:47:47 -04:00
parent 9ce75ac45a
commit 800335fe2f

View File

@ -593,7 +593,7 @@ void PairMEAM::read_user_meam_file(const std::string &userfile)
} catch (std::exception &e) {
error->all(FLERR, "Error parsing MEAM parameter file {}:{}: {}", userfile, lineno, e.what());
}
// map lattce_meam value to an integer
if (which == 4) {
std::string lattice_type = values.next_string();