reset to current state of the library interface and remove parts from upstream that have crept in

This commit is contained in:
Axel Kohlmeyer
2023-01-12 12:07:29 -05:00
parent ccef293161
commit b40e0be1c9
3 changed files with 3 additions and 27 deletions

View File

@ -188,8 +188,6 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib)
lmp->has_error = NULL;
lmp->get_last_error_message = NULL;
#endif
ADDSYM(python_api_version);
return lmp;
}