Commit 68c8091d authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2267 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 87feb805
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 *);