avoid redundant use of boolean literals

This commit is contained in:
Axel Kohlmeyer
2022-04-10 20:29:54 -04:00
parent 74f2b67b1a
commit d6f7570d57
22 changed files with 64 additions and 82 deletions

View File

@ -105,7 +105,7 @@ void AtomVecBody::process_args(int narg, char **arg)
if (narg < 1) error->all(FLERR,"Invalid atom_style body command");
if (false) {
if (false) { // NOLINT
bptr = nullptr;
#define BODY_CLASS