mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5744 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d7ea6899fe
commit
9461fecdcd
|
@ -48,7 +48,7 @@ class FixStoreState : public Fix {
|
|||
int *which,*argindex,*value2index;
|
||||
char **ids;
|
||||
double **values; // archived atom properties
|
||||
double *buf; // 1d ptr to values
|
||||
double *vbuf; // 1d ptr to values
|
||||
|
||||
int comflag;
|
||||
double cm[3]; // center of mass
|
||||
|
|
Loading…
Reference in New Issue