small cleanup in "deprecated" styles

This commit is contained in:
Axel Kohlmeyer
2020-07-07 13:40:15 -04:00
parent 94e9b3bc82
commit 37d56a6bf6
11 changed files with 16 additions and 28 deletions

View File

@ -44,8 +44,7 @@ void BondDeprecated::settings(int, char **)
utils::logmesg(lmp,"\nBond style 'DEPRECATED' is a dummy style\n\n");
return;
}
lmp->error->all(FLERR,"This bond style is no longer available");
error->all(FLERR,"This bond style is no longer available");
}