From 3714abec2414f9479081974598f413b2865a55df Mon Sep 17 00:00:00 2001 From: Evangelos Voyiatzis Date: Thu, 26 Jan 2023 09:34:01 +0200 Subject: [PATCH] Update liblammpsplugin.h --- examples/COUPLE/plugin/liblammpsplugin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/COUPLE/plugin/liblammpsplugin.h b/examples/COUPLE/plugin/liblammpsplugin.h index d0981df44c..c6ec03e498 100644 --- a/examples/COUPLE/plugin/liblammpsplugin.h +++ b/examples/COUPLE/plugin/liblammpsplugin.h @@ -161,6 +161,9 @@ struct _liblammpsplugin { void (*scatter_atoms_subset)(void *, const char *, int, int, int, int *, void *); void (*gather_bonds)(void *, void *); + void (*gather_angles)(void *, void *); + void (*gather_dihedrals)(void *, void *); + void (*gather_impropers)(void *, void *); void (*gather)(void *, const char *, int, int, void *); void (*gather_concat)(void *, const char *, int, int, void *);