add lammps_expand to plugin wrapper

This commit is contained in:
Axel Kohlmeyer
2024-09-20 03:56:19 -04:00
parent 95afe40f55
commit 3902215018
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib)
ADDSYM(python_finalize);
ADDSYM(error);
ADDSYM(expand);
ADDSYM(file);
ADDSYM(command);