refactor handling of plugin loading to make plugin a global property
This commit is contained in:
@ -134,6 +134,7 @@ struct _liblammpsplugin {
|
||||
void (*mpi_finalize)();
|
||||
void (*kokkos_finalize)();
|
||||
void (*python_finalize)();
|
||||
void (*plugin_finalize)();
|
||||
|
||||
void (*error)(void *, int, const char *);
|
||||
char *(*expand)(void *, const char *);
|
||||
|
||||
Reference in New Issue
Block a user