aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-11-05 15:11:04 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2001-11-05 15:11:04 +0000
commit7c000ad32564b357b1dbe66da09e5eb663f904ab (patch)
tree8121ee21bc45a405d076b10c3b75299bcb0b6961 /src/Write.c
parent3075b57c3ee364e456ad950b66d05f893fd78547 (diff)
Added const qualifier to the 'cGH *' argument of some more IO functions.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@75 0888f3d4-9f52-45d2-93bc-d00801ff5e46
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)
{