summaryrefslogtreecommitdiff
path: root/src/include/Comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/Comm.h')
-rw-r--r--src/include/Comm.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/Comm.h b/src/include/Comm.h
index 3fde4736..84075ce6 100644
--- a/src/include/Comm.h
+++ b/src/include/Comm.h
@@ -23,8 +23,17 @@ extern "C" {
#undef OVERLOADABLE
+int CCTK_QueryGroupStorage(cGH *,const char *);
+int CCTK_QueryGroupStorage_ByIndex(cGH *,int);
+int *CCTK_ArrayGroupSize(cGH *,const char *,int);
+int *CCTK_ArrayGroupSize_ByIndex(cGH *,int,int);
+
#ifdef __cplusplus
}
#endif
#endif
+
+
+
+