more robust version of atom exchange size

This commit is contained in:
Steve Plimpton
2019-07-09 16:17:54 -06:00
parent 691fc357a4
commit 2fd327d057
16 changed files with 93 additions and 54 deletions

View File

@ -106,6 +106,7 @@ vstore(NULL), astore(NULL), rbuf(NULL)
for (int i = 0; i < nlocal; i++)
for (int j = 0; j < nvalues; j++)
astore[i][j] = 0.0;
maxexchange = nvalues;
}
}