refactor variable info in Info class, make info accessible from library interface

This commit is contained in:
Axel Kohlmeyer
2023-08-25 23:55:24 -04:00
parent 5b5210130c
commit d864b4789f
9 changed files with 93 additions and 20 deletions

View File

@ -110,6 +110,7 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib)
ADDSYM(extract_variable);
ADDSYM(extract_variable_datatype);
ADDSYM(set_variable);
ADDSYM(variable_info);
ADDSYM(gather_atoms);
ADDSYM(gather_atoms_concat);