meam/c is no longer an alias for meam
This commit is contained in:
@ -13,9 +13,6 @@
|
||||
|
||||
#ifdef PAIR_CLASS
|
||||
// clang-format off
|
||||
PairStyle(meam/c/kk,PairMEAMKokkos<LMPDeviceType>);
|
||||
PairStyle(meam/c/kk/device,PairMEAMKokkos<LMPDeviceType>);
|
||||
PairStyle(meam/c/kk/host,PairMEAMKokkos<LMPHostType>);
|
||||
PairStyle(meam/kk,PairMEAMKokkos<LMPDeviceType>);
|
||||
PairStyle(meam/kk/device,PairMEAMKokkos<LMPDeviceType>);
|
||||
PairStyle(meam/kk/host,PairMEAMKokkos<LMPHostType>);
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
#ifdef PAIR_CLASS
|
||||
// clang-format off
|
||||
PairStyle(meam,PairMEAM);
|
||||
PairStyle(meam/c,PairMEAM);
|
||||
// clang-format on
|
||||
#else
|
||||
|
||||
|
||||
@ -56,6 +56,9 @@ void PairDeprecated::settings(int, char **)
|
||||
utils::logmesg(lmp,
|
||||
"\nPair style 'mesont/tpm' has been removed from LAMMPS. "
|
||||
"Please use pair style 'mesocnt' instead\n\n");
|
||||
} else if (utils::strmatch(my_style, "^meam/c")) {
|
||||
if (lmp->comm->me == 0)
|
||||
utils::logmesg(lmp, "\nPair style 'meam/c' has been renamed to 'meam'\n\n");
|
||||
}
|
||||
error->all(FLERR, "This pair style is no longer available");
|
||||
}
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
#ifdef PAIR_CLASS
|
||||
// clang-format off
|
||||
PairStyle(DEPRECATED,PairDeprecated);
|
||||
PairStyle(meam/c,PairDeprecated);
|
||||
PairStyle(reax,PairDeprecated);
|
||||
PairStyle(reax/c,PairDeprecated);
|
||||
PairStyle(mesont/tpm,PairDeprecated);
|
||||
|
||||
Reference in New Issue
Block a user