summaryrefslogtreecommitdiff
path: root/src/include/CommOverloadables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/CommOverloadables.h')
-rw-r--r--src/include/CommOverloadables.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index b59a05b7..dbf23797 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -110,6 +110,16 @@ OVERLOADABLE(GroupDynamicData)
#undef USE_ARGUMENTS
#undef RETURN_TYPE
+#define RETURN_TYPE int
+#define ARGUMENTS cGH *GH, int n_groups,const int *groups,const int *timelevels, int *status
+#define USE_ARGUMENTS GH = GH; n_groups=n_groups; groups = groups; timelevels = timelevels; status = status;
+OVERLOADABLE(GroupStorageIncrease)
+OVERLOADABLE(GroupStorageDecrease)
+
+#undef ARGUMENTS
+#undef USE_ARGUMENTS
+#undef RETURN_TYPE
+
#undef OVERLOADABLE_CALL
#undef OVERLOADABLE_PREFIX
#undef OVERLOADABLE_DUMMY_PREFIX