apply clang-format to all headers with some exceptions

This commit is contained in:
Axel Kohlmeyer
2021-05-14 19:16:07 -04:00
parent 60e41a90c2
commit 7fcd449864
1651 changed files with 15108 additions and 15948 deletions

View File

@ -34,28 +34,28 @@ class ComputeCoordAtom : public Compute {
int pack_forward_comm(int, int *, double *, int, int *);
void unpack_forward_comm(int, int, double *);
double memory_usage();
enum {NONE,CUTOFF,ORIENT};
enum { NONE, CUTOFF, ORIENT };
protected:
int nmax,ncol;
int nmax, ncol;
double cutsq;
class NeighList *list;
int *typelo,*typehi;
int *typelo, *typehi;
double *cvec;
double **carray;
char *group2;
int jgroup,jgroupbit;
int jgroup, jgroupbit;
class ComputeOrientOrderAtom *c_orientorder;
char *id_orientorder;
double threshold;
double **normv;
int cstyle,nqlist,l;
int cstyle, nqlist, l;
};
}
} // namespace LAMMPS_NS
#endif
#endif