Commit 4b78a111 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@772 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 124c5124
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@ void Neighbor::stencil_allocate(int sx, int sy, int sz)
{
  int i;

  // for 2d, sz = 0

  int nmax = (2*sz+1) * (2*sy+1) * (2*sx+1);

  if (half) {