Update liblammpsplugin.c

This commit is contained in:
Evangelos Voyiatzis
2023-01-26 09:35:10 +02:00
committed by GitHub
parent 3714abec24
commit 19dab05b45

View File

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