convert more styles to use new neighbor list request API, apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-03-05 21:09:19 -05:00
parent ffb367663d
commit 54e667e491
20 changed files with 1083 additions and 1122 deletions

View File

@ -50,7 +50,6 @@ class ComputeOrientOrderAtom : public Compute {
void select3(int, int, double *, int *, double **);
void calc_boop(double **rlist, int numNeighbors, double qn[], int nlist[], int nnlist);
double dist(const double r[]);
double polar_prefactor(int, int, double);
double associated_legendre(int, int, double);