clang-tidy fixes

This commit is contained in:
Axel Kohlmeyer
2022-09-10 03:18:06 -04:00
parent 22709b73e2
commit 4998c065da
3 changed files with 9 additions and 9 deletions

View File

@ -118,7 +118,7 @@ void AtomVecBody::process_args(int narg, char **arg)
#undef BODY_CLASS
} else
error->all(FLERR, utils::check_packages_for_style("body", arg[0], lmp).c_str());
error->all(FLERR, utils::check_packages_for_style("body", arg[0], lmp));
bptr->avec = this;
icp = bptr->icp;