another compilation fix

This commit is contained in:
Axel Kohlmeyer
2019-08-01 13:34:05 -04:00
parent fa6a990536
commit 083841ab2a

View File

@ -810,7 +810,9 @@ void lammps_gather_atoms(void *ptr, char * /*name */,
LAMMPS *lmp = (LAMMPS *) ptr;
BEGIN_CAPTURE
lmp->error->all(FLERR,"Library function lammps_gather_atoms() not compatible with -DLAMMPS_BIGBIG");
{
lmp->error->all(FLERR,"Library function lammps_gather_atoms() not compatible with -DLAMMPS_BIGBIG");
}
END_CAPTURE
}
#else