Fixed bug in comm_forward/comm_reverse

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5081 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
athomps 2010-10-19 23:39:29 +00:00
parent 20068abc99
commit 1d6395c161
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ PairMEAM::PairMEAM(LAMMPS *lmp) : Pair(lmp)
// set comm size needed by this Pair
comm_forward = 35;
comm_reverse = 27;
comm_forward = 38;
comm_reverse = 30;
}
/* ----------------------------------------------------------------------