fix misplaced "#endif"

This commit is contained in:
Axel Kohlmeyer
2020-10-22 15:45:24 -04:00
parent fcd442d751
commit 9bc3ccd49a

View File

@ -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)