fix 64-bit integer compilation issue

This commit is contained in:
Axel Kohlmeyer
2025-04-26 02:28:43 -04:00
parent 6030c68ba3
commit d89ae3d15d

View File

@ -1776,7 +1776,7 @@ void Set::process_mol(int &iarg, int narg, char **arg, Action *action)
void Set::invoke_mol(Action *action)
{
int nlocal = atom->nlocal;
int *molecule = atom->molecule;
tagint *molecule = atom->molecule;
int varflag = action->varflag;
tagint molID;