use true/false instead of 1/0 detected and changed by clang-tidy
This commit is contained in:
@ -105,7 +105,7 @@ void AtomVecBody::process_args(int narg, char **arg)
|
||||
|
||||
if (narg < 1) error->all(FLERR,"Invalid atom_style body command");
|
||||
|
||||
if (0) {
|
||||
if (false) {
|
||||
bptr = nullptr;
|
||||
|
||||
#define BODY_CLASS
|
||||
|
||||
Reference in New Issue
Block a user