apply clang-format to all headers with some exceptions
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user