git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6745 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -69,6 +69,7 @@ void AtomVecFull::grow(int n)
|
||||
mask = memory->grow(atom->mask,nmax,"atom:mask");
|
||||
image = memory->grow(atom->image,nmax,"atom:image");
|
||||
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");
|
||||
|
||||
q = memory->grow(atom->q,nmax,"atom:q");
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
# Makefile settings generated by libraries used by specific LAMMPS packages
|
||||
# this file is auto-edited when those packages are included/excluded
|
||||
|
||||
include ../../lib/atc/Makefile.lammps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user