remove reax/c aliases and related code checking for them

This commit is contained in:
Axel Kohlmeyer
2023-11-30 05:41:05 -05:00
parent a377f2a271
commit 6ff87f5c39
13 changed files with 17 additions and 21 deletions

View File

@ -48,6 +48,9 @@ void PairDeprecated::settings(int, char **)
utils::logmesg(lmp,
"\nPair style 'reax' has been removed from LAMMPS "
"after the 12 December 2018 version\n\n");
} else if (utils::strmatch(my_style, "^reax/c")) {
if (lmp->comm->me == 0)
utils::logmesg(lmp, "\nPair style 'reax/c' has been renamed to 'reaxff'\n\n");
} else if (my_style == "mesont/tpm") {
if (lmp->comm->me == 0)
utils::logmesg(lmp,