forked from lijiext/lammps
fix typo
This commit is contained in:
parent
70868ca070
commit
04b365818e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue