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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index 25910e44..8a34d6dc 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -46,7 +46,7 @@ OVERLOADABLE(Abort)
OVERLOADABLE(SetupGH)
#undef ARGUMENTS
-#define ARGUMENTS cGH *GH, int group, const char *groupname, int dir
+#define ARGUMENTS cGH *GH, int dir, int group, const char *groupname
#undef RETURN_TYPE
#define RETURN_TYPE int *
OVERLOADABLE(ArrayGroupSizeB)