aboutsummaryrefslogtreecommitdiff
path: root/src/DumpGH.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DumpGH.c')
-rw-r--r--src/DumpGH.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/DumpGH.c b/src/DumpGH.c
index e844592..3796e28 100644
--- a/src/DumpGH.c
+++ b/src/DumpGH.c
@@ -36,9 +36,9 @@ CCTK_FILEVERSION(CactusPUGHIO_IOHDF5_DumpGH_c)
/********************************************************************
******************** External Routines ************************
********************************************************************/
-void IOHDF5_InitialDataCheckpoint (const cGH *GH);
-void IOHDF5_EvolutionCheckpoint (const cGH *GH);
-void IOHDF5_TerminationCheckpoint (const cGH *GH);
+void IOHDF5_InitialDataCheckpoint (cGH *GH);
+void IOHDF5_EvolutionCheckpoint (cGH *GH);
+void IOHDF5_TerminationCheckpoint (cGH *GH);
/********************************************************************
@@ -64,7 +64,7 @@ static int Checkpoint (const cGH *GH, int called_from);
@vio in
@endvar
@@*/
-void IOHDF5_InitialDataCheckpoint (const cGH *GH)
+void IOHDF5_InitialDataCheckpoint (cGH *GH)
{
DECLARE_CCTK_PARAMETERS
@@ -99,7 +99,7 @@ void IOHDF5_InitialDataCheckpoint (const cGH *GH)
@vio in
@endvar
@@*/
-void IOHDF5_EvolutionCheckpoint (const cGH *GH)
+void IOHDF5_EvolutionCheckpoint (cGH *GH)
{
DECLARE_CCTK_PARAMETERS
@@ -143,7 +143,7 @@ void IOHDF5_EvolutionCheckpoint (const cGH *GH)
@vio in
@endvar
@@*/
-void IOHDF5_TerminationCheckpoint (const cGH *GH)
+void IOHDF5_TerminationCheckpoint (cGH *GH)
{
const ioHDF5GH *myGH;
DECLARE_CCTK_PARAMETERS