aboutsummaryrefslogtreecommitdiff
path: root/src/Comm.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-11-30 23:43:58 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-11-30 23:43:58 +0000
commit3e4301c03fc5a2fafe71ca1dc2ac43fdb43d9f76 (patch)
tree70f94c6c96d5cacab6d036891521a6e0bb534a4c /src/Comm.c
parentf0570f4d024b5bc94f86f64d3f7543b5afca506d (diff)
Added lots of missing function prototypes.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@136 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/Comm.c')
-rw-r--r--src/Comm.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/Comm.c b/src/Comm.c
index 179c99c..561b1dd 100644
--- a/src/Comm.c
+++ b/src/Comm.c
@@ -30,6 +30,32 @@ void pGF_FinishRecv(pGH *GH, pGF *GF, int dir);
void pGF_PostRecv(pGH *GH, pGF *GF, int dir);
void pGF_PostSend(pGH *GH, pGF *GF, int dir);
void SetGFComm(pGH *GH, pGF *res, int docomm);
+int pugh_EnableArrayGroupStorage(cGH *GH,
+ int group,
+ int vtype,
+ int dim,
+ int n_variables,
+ int n_timelevels);
+
+int pugh_EnableGFGroupStorage(cGH *GH,
+ int group,
+ int vtype,
+ int dim,
+ int n_variables,
+ int n_timelevels);
+int pugh_DisableArrayGroupStorage(cGH *GH,
+ int group,
+ int vtype,
+ int dim,
+ int n_variables,
+ int n_timelevels);
+
+int pugh_DisableGFGroupStorage(cGH *GH,
+ int group,
+ int vtype,
+ int dim,
+ int n_variables,
+ int n_timelevels);
/*@@
@routine pugh_SyncGroup