This commit is contained in:
Jacob Gissinger
2022-02-07 18:02:17 -05:00
parent ac7db5041f
commit 22cca33966

View File

@ -860,7 +860,7 @@ void Replicate::command(int narg, char **arg)
reassign bond if > old boxlength / 2 reassign bond if > old boxlength / 2
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
void Replicate::newtag(int atom0tag, int &tag2bond, double shiftsign[]) { void Replicate::newtag(tagint atom0tag, tagint &tag2bond, double shiftsign[]) {
double del[3]; double del[3];
int rep2bond[3], repshift[3] = {0, 0, 0}; int rep2bond[3], repshift[3] = {0, 0, 0};
int atom0 = old->map(atom0tag); int atom0 = old->map(atom0tag);