refactor group access, enable and apply clang-format

This commit is contained in:
Axel Kohlmeyer
2022-04-14 22:01:48 -04:00
parent 4b400fb4a6
commit 69d9c5187e
187 changed files with 3016 additions and 2927 deletions

View File

@ -39,13 +39,14 @@ class FixWallRegion : public Fix {
double compute_vector(int) override;
private:
int style, iregion;
int style;
double epsilon, sigma, cutoff;
double alpha;
int eflag;
double ewall[4], ewall_all[4];
int ilevel_respa;
char *idregion;
class Region *region;
double coeff1, coeff2, coeff3, coeff4, offset;
double coeff5, coeff6, coeff7;