From 9bc3ccd49ae169c64f6d8bf9d5d879665699a831 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 22 Oct 2020 15:45:24 -0400 Subject: [PATCH] fix misplaced "#endif" --- src/library.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library.cpp b/src/library.cpp index 4ef673404e..c149094461 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -3280,10 +3280,10 @@ void lammps_gather_subset(void *handle, char *name, MPI_Allreduce(copy,data,count*ndata,MPI_DOUBLE,MPI_SUM,lmp->world); lmp->memory->destroy(copy); } +#endif } END_CAPTURE } -#endif /* ---------------------------------------------------------------------- Contributing author: Thomas Swinburne (CNRS & CINaM, Marseille, France)