apply clang-format to all headers with some exceptions
This commit is contained in:
@ -41,18 +41,18 @@ class ComputeVCMChunk : public Compute {
|
||||
double memory_usage();
|
||||
|
||||
private:
|
||||
int nchunk,maxchunk;
|
||||
int firstflag,massneed;
|
||||
int nchunk, maxchunk;
|
||||
int firstflag, massneed;
|
||||
char *idchunk;
|
||||
class ComputeChunkAtom *cchunk;
|
||||
|
||||
double *massproc,*masstotal;
|
||||
double **vcm,**vcmall;
|
||||
double *massproc, *masstotal;
|
||||
double **vcm, **vcmall;
|
||||
|
||||
void allocate();
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace LAMMPS_NS
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user