summaryrefslogtreecommitdiff
path: root/src/include/Groups.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-13 19:59:28 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-13 19:59:28 +0000
commit920042f9921c8cbea8c01ffb6ab1089416390703 (patch)
tree074a295ae2d4326ca25b3549fcc8d4c4d0e54076 /src/include/Groups.h
parenta4caacc1e2f56259185ae10a0ff73db7c78e01d0 (diff)
Added CCTK_QueryGroupStorage
git-svn-id: http://svn.cactuscode.org/flesh/trunk@253 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/Groups.h')
-rw-r--r--src/include/Groups.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/Groups.h b/src/include/Groups.h
index 2f884553..fc6f789b 100644
--- a/src/include/Groups.h
+++ b/src/include/Groups.h
@@ -37,7 +37,9 @@ int CCTK_GetNumVars(void);
int CCTK_GetNumGroups(void);
-int CCTK_ArrayGroupSize(cGH *GH, const char *group, int dim);
+int *CCTK_ArrayGroupSize(cGH *GH, const char *group, int dim);
+
+int CCTK_QueryGroupStorage(cGH *GH, const char *group);
int CCTK_GTypeNumber(const char *type);