aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Write.c b/src/Write.c
index 2fdc8ec..7a2ee35 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -36,7 +36,7 @@ CCTK_FILEVERSION(BetaThorns_IOStreamedHDF5_Write_c)
@var GH
@vdesc Pointer to CCTK GH
- @vtype cGH *
+ @vtype const cGH *
@vio in
@endvar
@var vindex
@@ -50,7 +50,7 @@ CCTK_FILEVERSION(BetaThorns_IOStreamedHDF5_Write_c)
@vio unused
@endvar
@@*/
-void IOStreamedHDF5_Write (cGH *GH,
+void IOStreamedHDF5_Write (const cGH *GH,
int vindex,
const char *alias)
{