git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8395 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -47,11 +47,12 @@ class AtomVecAtomic : public AtomVec {
|
||||
int pack_restart(int, double *);
|
||||
int unpack_restart(double *);
|
||||
void create_atom(int, double *);
|
||||
void data_atom(double *, int, char **);
|
||||
void data_atom(double *, tagint, char **);
|
||||
bigint memory_usage();
|
||||
|
||||
protected:
|
||||
int *tag,*type,*mask,*image;
|
||||
int *tag,*type,*mask;
|
||||
tagint *image;
|
||||
double **x,**v,**f;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user