aboutsummaryrefslogtreecommitdiff
path: root/src/PughUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PughUtils.c')
-rw-r--r--src/PughUtils.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/PughUtils.c b/src/PughUtils.c
index 1c9eabf..621cc48 100644
--- a/src/PughUtils.c
+++ b/src/PughUtils.c
@@ -35,10 +35,10 @@ CCTK_FILEVERSION(CactusPUGH_PUGH_PughUtils_c);
******************** External Routines ************************
********************************************************************/
int PUGH_QueryGroupStorage (const cGH *GH, int group, const char *groupname);
-void PUGH_Report(const cGH *GH);
-void PUGH_PrintStorageReport (const cGH *GH);
+void PUGH_Report(cGH *GH);
+void PUGH_PrintStorageReport (cGH *GH);
void PUGHi_PrintStorageReport (void);
-void PUGH_PrintFinalStorageReport (const cGH *GH);
+void PUGH_PrintFinalStorageReport (cGH *GH);
void PUGH_PrintStorage(const cGH *GH);
void CCTK_FCALL CCTK_FNAME (PUGH_PrintStorage)
(const cGH **GH);
@@ -75,7 +75,7 @@ const int *PUGH_Topology (const cGH *GH, int dim)
Report on PUGH set up
@enddesc
@@*/
-void PUGH_Report (const cGH *GH)
+void PUGH_Report (cGH *GH)
{
pGH *pughGH;
int i,gi,dim;
@@ -295,7 +295,7 @@ MPI_Datatype PUGH_MPIDataType (const pGH *pughGH, int cctk_type)
Print a report about the use of storage
@enddesc
@@*/
-void PUGH_PrintStorageReport (const cGH *GH)
+void PUGH_PrintStorageReport (cGH *GH)
{
DECLARE_CCTK_PARAMETERS
@@ -316,7 +316,7 @@ void PUGH_PrintStorageReport (const cGH *GH)
Print a report about the use of storage
@enddesc
@@*/
-void PUGH_PrintFinalStorageReport (const cGH *GH)
+void PUGH_PrintFinalStorageReport (cGH *GH)
{
GH = GH;
PUGHi_PrintStorageReport ();