aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_Comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pugh_Comm.h')
-rw-r--r--src/pugh_Comm.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/pugh_Comm.h b/src/pugh_Comm.h
index d4d01cd..0c02e43 100644
--- a/src/pugh_Comm.h
+++ b/src/pugh_Comm.h
@@ -17,16 +17,16 @@ extern "C"
#endif
int PUGH_Barrier (const cGH *GH);
-int PUGH_SyncGroup (cGH *GH, const char *group);
+int PUGH_SyncGroup (const cGH *GH, const char *group);
-int PUGH_EnableGroupStorage (cGH *GH, const char *group);
-int PUGH_DisableGroupStorage (cGH *GH, const char *group);
+int PUGH_EnableGroupStorage (const cGH *GH, const char *group);
+int PUGH_DisableGroupStorage (const cGH *GH, const char *group);
-int PUGH_GroupStorageIncrease(cGH *GH, int n_groups,const int *groups,const int *timelevels, int *status);
-int PUGH_GroupStorageDecrease(cGH *GH, int n_groups,const int *groups,const int *timelevels, int *status);
+int PUGH_GroupStorageIncrease(const cGH *GH, int n_groups,const int *groups,const int *timelevels, int *status);
+int PUGH_GroupStorageDecrease(const cGH *GH, int n_groups,const int *groups,const int *timelevels, int *status);
-int PUGH_EnableGroupComm (cGH *GH, const char *group);
-int PUGH_DisableGroupComm (cGH *GH, const char *group);
+int PUGH_EnableGroupComm (const cGH *GH, const char *group);
+int PUGH_DisableGroupComm (const cGH *GH, const char *group);
float PUGH_ReturnTotalStorage(void);
float PUGH_ReturnMaxStorage(void);