silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2022-05-16 23:20:04 -04:00
parent df40732343
commit bf98df3264
4 changed files with 4 additions and 4 deletions

View File

@ -179,7 +179,7 @@ void ImproperHybrid::allocate()
void ImproperHybrid::settings(int narg, char **arg)
{
int i, m, istyle;
int i, m;
if (narg < 1) utils::missing_cmd_args(FLERR, "improper_style hybrid", error);