git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6745 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-08-19 16:49:55 +00:00
parent 00345ef5a9
commit a2b1d577d0
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ void AtomVecFull::grow(int n)
mask = memory->grow(atom->mask,nmax,"atom:mask"); mask = memory->grow(atom->mask,nmax,"atom:mask");
image = memory->grow(atom->image,nmax,"atom:image"); image = memory->grow(atom->image,nmax,"atom:image");
x = memory->grow(atom->x,nmax,3,"atom:x"); x = memory->grow(atom->x,nmax,3,"atom:x");
v = memory->grow(atom->v,nmax,3,"atom:v");
f = memory->grow(atom->f,nmax,3*comm->nthreads,"atom:f"); f = memory->grow(atom->f,nmax,3*comm->nthreads,"atom:f");
q = memory->grow(atom->q,nmax,"atom:q"); q = memory->grow(atom->q,nmax,"atom:q");

View File

@ -1,4 +1,5 @@
# Makefile settings generated by libraries used by specific LAMMPS packages # Makefile settings generated by libraries used by specific LAMMPS packages
# this file is auto-edited when those packages are included/excluded # this file is auto-edited when those packages are included/excluded
include ../../lib/atc/Makefile.lammps