remove reax/c aliases and related code checking for them
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user