summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-15 10:06:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-15 10:06:16 +0000
commit1443000417aa36430554e049717775c242b68ee2 (patch)
tree0fc6ff935bba218500b9cc5b15b6da03eea5e285
parent64e358371e9d5b148681cf50f79e098b922b65bf (diff)
Added CCTK_QueryGroupStorage_ByBoth ... perhaps this should be
CCTK_QueryGroupStorage? git-svn-id: http://svn.cactuscode.org/flesh/trunk@483 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/CommOverloadables.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index 07fbfc57..71915cf0 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -75,6 +75,12 @@ OVERLOADABLE(SetupGH)
OVERLOADABLE(ArrayGroupSize_ByBoth)
#undef ARGUMENTS
+#define ARGUMENTS cGH *GH, int group, const char *groupname
+#undef RETURN_TYPE
+#define RETURN_TYPE int
+OVERLOADABLE(QueryGroupStorage_ByBoth)
+
+#undef ARGUMENTS
#undef RETURN_TYPE