From 920042f9921c8cbea8c01ffb6ab1089416390703 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 13 Feb 1999 19:59:28 +0000 Subject: Added CCTK_QueryGroupStorage git-svn-id: http://svn.cactuscode.org/flesh/trunk@253 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/Groups.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/Groups.h') 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); -- cgit v1.2.3