recover compilation

This commit is contained in:
Axel Kohlmeyer
2021-08-18 12:59:31 -04:00
parent c6819e30cf
commit c50abed92b
3 changed files with 28 additions and 17 deletions

View File

@ -2625,8 +2625,8 @@ void FixBondReact::unlimit_bond()
// let's now unlimit in terms of i_limit_tags
// we just run through all nlocal, looking for > limit_duration
// then we return i_limit_tag to 0 (which removes from dynamic group)
int flag,cols
int index1 = atom->find_custom("limit_tags",flag,cols);
int flag, cols;
int index1 = atom->find_custom("limit_tags",flag,cols);
int *i_limit_tags = atom->ivector[index1];
int *i_statted_tags;