cleanup based on clang warnings
- remove unused variables - add parenthesis, when assignment is used as truth value - some minor bugfixes
This commit is contained in:
@ -193,7 +193,6 @@ int Irregular::migrate_check()
|
||||
// this check needs to observe PBC
|
||||
// cannot check via comm->procneigh since it ignores PBC
|
||||
|
||||
AtomVec *avec = atom->avec;
|
||||
double **x = atom->x;
|
||||
int nlocal = atom->nlocal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user