sync new library interface function across all interfaced derived packages

This commit is contained in:
Axel Kohlmeyer
2025-03-24 04:33:27 -04:00
parent 15cdba0bf0
commit e0322b96ec
6 changed files with 24 additions and 5 deletions

View File

@ -204,6 +204,7 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib)
ADDSYM(has_error);
ADDSYM(get_last_error_message);
}
ADDSYM(set_show_error);
ADDSYM(python_api_version);
return lmp;