must step up ABI version for plugin loader
This commit is contained in:
@ -106,7 +106,7 @@ typedef void (*FixExternalFnPtr)(void *, int, int, int *, double **, double **);
|
|||||||
typedef void (*FixExternalFnPtr)(void *, int64_t, int, int *, double **, double **);
|
typedef void (*FixExternalFnPtr)(void *, int64_t, int, int *, double **, double **);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define LAMMPSPLUGIN_ABI_VERSION 1
|
#define LAMMPSPLUGIN_ABI_VERSION 2
|
||||||
struct _liblammpsplugin {
|
struct _liblammpsplugin {
|
||||||
int abiversion;
|
int abiversion;
|
||||||
int has_exceptions;
|
int has_exceptions;
|
||||||
|
|||||||
Reference in New Issue
Block a user