git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2996 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -569,6 +569,7 @@ void AtomVecAngle::create_atom(int itype, double *coord)
|
||||
molecule[nlocal] = 0;
|
||||
num_bond[nlocal] = 0;
|
||||
num_angle[nlocal] = 0;
|
||||
nspecial[nlocal][0] = nspecial[nlocal][1] = nspecial[nlocal][2] = 0;
|
||||
|
||||
atom->nlocal++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user