summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-22 21:25:14 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-22 21:25:14 +0000
commitb058eb77e1b3356f14ddfab19d7e549581fb2ba3 (patch)
tree85356830fec84b174a0428c9877566c03df20061
parent75f0e5150c81c5b89434ae56aceaf7f711e5f22d (diff)
New driver overloadable function for querying array data
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1695 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/include/CommOverloadables.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/CommOverloadables.h b/src/include/CommOverloadables.h
index c5b86ede..2b8389c0 100644
--- a/src/include/CommOverloadables.h
+++ b/src/include/CommOverloadables.h
@@ -10,6 +10,7 @@
@@*/
#include "cctk_Flesh.h"
+#include "cctk_GroupsOnGH.h"
#ifdef ARGUMENTS
#undef ARGUMENTS
@@ -65,6 +66,12 @@ OVERLOADABLE(ArrayGroupSizeB)
OVERLOADABLE(QueryGroupStorageB)
#undef ARGUMENTS
+#define ARGUMENTS cGH *GH, int group, cGroupDynamicData *data
+#undef RETURN_TYPE
+#define RETURN_TYPE int
+OVERLOADABLE(GroupDynamicData)
+
+#undef ARGUMENTS
#undef RETURN_TYPE