aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_Comm.h
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-04-15 10:00:34 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-04-15 10:00:34 +0000
commit9790a7c2902078d16a4694e17d3a73fafecac0e6 (patch)
tree02bfb3208eb81c0b012e0d0766630f377d49f67d /src/pugh_Comm.h
parent379619c124dc48ecaeea09c624ba0996dc63ff62 (diff)
Added CCTK_QueryGroupStorage
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@42 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/pugh_Comm.h')
-rw-r--r--src/pugh_Comm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pugh_Comm.h b/src/pugh_Comm.h
index 825bbd5..6dddcae 100644
--- a/src/pugh_Comm.h
+++ b/src/pugh_Comm.h
@@ -46,6 +46,7 @@ int pugh_Exit(cGH *GH);
int pugh_Abort(cGH *GH);
int *pugh_ArrayGroupSize(cGH *GH, int index, const char *groupname, int dir);
+int pugh_QueryGroupStorage(cGH *GH, int group, const char *groupname);
#ifdef _cplusplus
}