fix 64-bit integer compilation issue
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user