From c1bf3f7d4e2c0ac468c330a73e648a8c7666c64c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 1 Sep 2023 11:55:19 -0400 Subject: [PATCH] must step up ABI version for plugin loader --- examples/COUPLE/plugin/liblammpsplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/COUPLE/plugin/liblammpsplugin.h b/examples/COUPLE/plugin/liblammpsplugin.h index 329285f317..92398dfb27 100644 --- a/examples/COUPLE/plugin/liblammpsplugin.h +++ b/examples/COUPLE/plugin/liblammpsplugin.h @@ -106,7 +106,7 @@ typedef void (*FixExternalFnPtr)(void *, int, int, int *, double **, double **); typedef void (*FixExternalFnPtr)(void *, int64_t, int, int *, double **, double **); #endif -#define LAMMPSPLUGIN_ABI_VERSION 1 +#define LAMMPSPLUGIN_ABI_VERSION 2 struct _liblammpsplugin { int abiversion; int has_exceptions;