forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2267 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
87feb805d0
commit
68c8091d57
|
@ -28,8 +28,10 @@ class Comm : protected Pointers {
|
|||
int procneigh[3][2]; // my 6 neighboring procs
|
||||
int nswap; // # of swaps to perform
|
||||
int need[3]; // procs I need atoms from in each dim
|
||||
int maxforward_fix,maxreverse_fix; // comm sizes called from Fix,Pair
|
||||
int maxforward_pair,maxreverse_pair;
|
||||
int maxforward_fix; // comm sizes called from Fix,Pair
|
||||
int maxreverse_fix;
|
||||
int maxforward_pair;
|
||||
int maxreverse_pair;
|
||||
double cutghost[3]; // cutoffs used for acquiring ghost atoms
|
||||
|
||||
Comm(class LAMMPS *);
|
||||
|
|
Loading…
Reference in New Issue