This commit is contained in:
Axel Kohlmeyer 2018-12-11 23:01:52 -05:00
parent 70868ca070
commit 04b365818e
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ void PairDeprecated::settings(int, char **)
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);