correct application of the BEGIN_CAPTURE macro

This commit is contained in:
Axel Kohlmeyer
2020-09-01 09:41:26 -04:00
parent fbffcf3321
commit 2802db4493

View File

@ -2701,8 +2701,10 @@ void lammps_gather_concat(void *ptr, char * /*name*/, int /*type*/,
LAMMPS *lmp = (LAMMPS *) ptr;
BEGIN_CAPTURE
lmp->error->all(FLERR,"Library function lammps_gather_concat"
" not compatible with -DLAMMPS_BIGBIG");
{
lmp->error->all(FLERR,"Library function lammps_gather_concat"
" not compatible with -DLAMMPS_BIGBIG");
}
END_CAPTURE
}
#else