summaryrefslogtreecommitdiff
path: root/src/include/CommOverloadables.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-14 12:21:00 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-14 12:21:00 +0000
commiteea0b56ffcc9df7d2c90e818ea8fa17e3270b391 (patch)
treebfb5cbd4fba329253686a961179ad4f0ea210a61 /src/include/CommOverloadables.h
parent5796a3f7b3d141843c07416face60f9fe38031f0 (diff)
Added new overloadable function CCTK_ArrayGroupSize_ByBoth
git-svn-id: http://svn.cactuscode.org/flesh/trunk@469 17b73243-c579-4c4c-a9d2-2d5706c11dac
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 8f214901..07fbfc57 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -69,4 +69,14 @@ OVERLOADABLE(Abort)
OVERLOADABLE(SetupGH)
#undef ARGUMENTS
+#define ARGUMENTS cGH *GH, int group, const char *groupname, int dir
+#undef RETURN_TYPE
+#define RETURN_TYPE int *
+OVERLOADABLE(ArrayGroupSize_ByBoth)
+
+#undef ARGUMENTS
#undef RETURN_TYPE
+
+
+
+