Update liblammpsplugin.h

This commit is contained in:
Evangelos Voyiatzis
2023-01-26 09:34:01 +02:00
committed by GitHub
parent 2620726c96
commit 3714abec24

View File

@ -161,6 +161,9 @@ struct _liblammpsplugin {
void (*scatter_atoms_subset)(void *, const char *, int, int, int, int *, void *); void (*scatter_atoms_subset)(void *, const char *, int, int, int, int *, void *);
void (*gather_bonds)(void *, 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)(void *, const char *, int, int, void *);
void (*gather_concat)(void *, const char *, int, int, void *); void (*gather_concat)(void *, const char *, int, int, void *);