From 19dab05b45b9f4b7242acc0589032484c996e662 Mon Sep 17 00:00:00 2001 From: Evangelos Voyiatzis Date: Thu, 26 Jan 2023 09:35:10 +0200 Subject: [PATCH] Update liblammpsplugin.c --- examples/COUPLE/plugin/liblammpsplugin.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/COUPLE/plugin/liblammpsplugin.c b/examples/COUPLE/plugin/liblammpsplugin.c index 759be31a81..d446f9cd2f 100644 --- a/examples/COUPLE/plugin/liblammpsplugin.c +++ b/examples/COUPLE/plugin/liblammpsplugin.c @@ -117,6 +117,9 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib) ADDSYM(scatter_atoms_subset); ADDSYM(gather_bonds); + ADDSYM(gather_angles); + ADDSYM(gather_dihedrals); + ADDSYM(gather_impropers); ADDSYM(gather); ADDSYM(gather_concat);