Unverified Commit de010551 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1128 from akohlmey/complain-reax-meam

Warn more loudly about REAX and MEAM going away soon
parents c2758a0b cda89283
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,8 +48,8 @@ static const char *keywords[] = {
PairMEAM::PairMEAM(LAMMPS *lmp) : Pair(lmp)
{
  if (comm->me == 0)
    error->warning(FLERR,"The pair_style meam command is unsupported. "
                   "Please use pair_style meam/c instead");
    error->warning(FLERR,"THE pair_style meam COMMAND IS OBSOLETE AND "
                   "WILL BE REMOVED VERY SOON. PLEASE USE meam/c");

  single_enable = 0;
  restartinfo = 0;
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@ using namespace LAMMPS_NS;
PairREAX::PairREAX(LAMMPS *lmp) : Pair(lmp)
{
  if (comm->me == 0)
    error->warning(FLERR,"The pair_style reax command is unsupported. "
                   "Please switch to pair_style reax/c instead");
    error->warning(FLERR,"THE pair_style reax COMMAND IS OBSOLETE AND "
                   "WILL BE REMOVED VERY SOON. PLEASE USE reax/c");

  single_enable = 0;
  restartinfo = 0;