small programming style upgrade, apply clang-format, silence compiler warnings

This commit is contained in:
Axel Kohlmeyer
2022-05-06 16:44:13 -04:00
parent 6432660bc9
commit 051c243cfc
3 changed files with 59 additions and 57 deletions

View File

@ -36,7 +36,7 @@ class ComputeOrientOrderAtom : public Compute {
int iqlcomp, qlcomp, qlcompflag, wlflag, wlhatflag;
int *qlist;
int nqlist;
double *qnormfac,*qnormfac2;
double *qnormfac, *qnormfac2;
protected:
int nmax, maxneigh, ncol, nnn;