Commit a9c3b8ac authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add reax to DEPRECATED pair style and state when it was removed from LAMMPS

parent 054c5258
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@ void PairDeprecated::settings(int, char **)
    my_style = hybrid->keywords[hybrid->nstyles];
  }

  if (strcmp(my_style,"reax") == 0) {
    writemsg(lmp,"\nPair style 'reax' has been removed from LAMMPS "
                    "after the 12 December 2018 version\n\n",1);

  if (strcmp(my_style,"DEPRECATED") == 0) {
    writemsg(lmp,"\nPair style 'DEPRECATED' is a dummy style\n\n",0);

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#ifdef PAIR_CLASS

PairStyle(DEPRECATED,PairDeprecated)
PairStyle(reax,PairDeprecated)

#else