recover compilation with -DLAMMPS_BIGBIG

This commit is contained in:
Axel Kohlmeyer
2020-04-29 17:12:58 -04:00
parent 1ad85980fb
commit 6cd1b45a49

View File

@ -1526,8 +1526,10 @@ void lammps_gather_fix(void *ptr, char * /*id*/, int /*type*/,
LAMMPS *lmp = (LAMMPS *) ptr;
BEGIN_CAPTURE
{
lmp->error->all(FLERR,"Library function lammps_gather_peratom_fix()"
" not compatible with -DLAMMPS_BIGBIG");
}
END_CAPTURE
}
#else
@ -1642,8 +1644,10 @@ void lammps_gather_fix_subset(void *ptr, char * /*id */, int /*type*/,
LAMMPS *lmp = (LAMMPS *) ptr;
BEGIN_CAPTURE
{
lmp->error->all(FLERR,"Library function lammps_gather_peratom_fix_subset() "
"not compatible with -DLAMMPS_BIGBIG");
}
END_CAPTURE
}
#else