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

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