use true/false instead of 1/0 detected and changed by clang-tidy
This commit is contained in:
@ -3763,7 +3763,7 @@ void FixBondReact::read(int myrxn)
|
||||
// stop when read an unrecognized line
|
||||
|
||||
ncreate = 0;
|
||||
while (1) {
|
||||
while (true) {
|
||||
|
||||
readline(line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user