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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index 2b8389c0..d44728e9 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -39,13 +39,13 @@ OVERLOADABLE(nProcs)
#undef ARGUMENTS
#define ARGUMENTS cGH *GH
OVERLOADABLE(ParallelInit)
-OVERLOADABLE(Abort)
#undef ARGUMENTS
-#define ARGUMENTS int retval, cGH *GH
+#define ARGUMENTS cGH *GH, int retval
#undef RETURN_TYPE
#define RETURN_TYPE int
OVERLOADABLE(Exit)
+OVERLOADABLE(Abort)
#undef ARGUMENTS
#define ARGUMENTS tFleshConfig *config, int convergence_level