git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9431 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -773,7 +773,7 @@ void FixQEqReax::grow_arrays(int nmax)
|
|||||||
copy values within fictitious charge arrays
|
copy values within fictitious charge arrays
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
void FixQEqReax::copy_arrays(int i, int j)
|
void FixQEqReax::copy_arrays(int i, int j, int delflag)
|
||||||
{
|
{
|
||||||
for (int m = 0; m < nprev; m++) {
|
for (int m = 0; m < nprev; m++) {
|
||||||
s_hist[j][m] = s_hist[i][m];
|
s_hist[j][m] = s_hist[i][m];
|
||||||
|
|||||||
Reference in New Issue
Block a user