From 6cd1b45a49bbecbd58ae98e307668f2728dc0324 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 29 Apr 2020 17:12:58 -0400 Subject: [PATCH] recover compilation with -DLAMMPS_BIGBIG --- src/library.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/library.cpp b/src/library.cpp index 285d97c329..a14d09e4de 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -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