git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9399 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -407,7 +407,7 @@ void FixAveAtom::grow_arrays(int nmax)
|
||||
copy values within local atom-based array
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void FixAveAtom::copy_arrays(int i, int j)
|
||||
void FixAveAtom::copy_arrays(int i, int j, int delflag)
|
||||
{
|
||||
for (int m = 0; m < nvalues; m++)
|
||||
array[j][m] = array[i][m];
|
||||
|
||||
Reference in New Issue
Block a user