aboutsummaryrefslogtreecommitdiff
path: root/src/Output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Output.c')
-rw-r--r--src/Output.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Output.c b/src/Output.c
index cf2174c..828e8e1 100644
--- a/src/Output.c
+++ b/src/Output.c
@@ -38,11 +38,11 @@ static void CheckSteerableParameters (ioStreamedHDF5GH *myGH);
@var GH
@vdesc Pointer to CCTK GH
- @vtype cGH *
+ @vtype const cGH *
@vio in
@endvar
@@*/
-int IOStreamedHDF5_OutputGH (cGH *GH)
+int IOStreamedHDF5_OutputGH (const cGH *GH)
{
DECLARE_CCTK_PARAMETERS
int vindex;
@@ -104,7 +104,7 @@ int IOStreamedHDF5_OutputGH (cGH *GH)
@var GH
@vdesc Pointer to CCTK GH
- @vtype cGH *
+ @vtype const cGH *
@vio in
@endvar
@var fullname
@@ -119,7 +119,7 @@ int IOStreamedHDF5_OutputGH (cGH *GH)
@vio in
@endvar
@@*/
-int IOStreamedHDF5_OutputVarAs (cGH *GH,
+int IOStreamedHDF5_OutputVarAs (const cGH *GH,
const char *fullname,
const char *alias)
{
@@ -156,7 +156,7 @@ int IOStreamedHDF5_OutputVarAs (cGH *GH,
@var GH
@vdesc Pointer to CCTK GH
- @vtype cGH *
+ @vtype const cGH *
@vio in
@endvar
@var vindex
@@ -171,7 +171,7 @@ int IOStreamedHDF5_OutputVarAs (cGH *GH,
0 if not
@endreturndesc
@@*/
-int IOStreamedHDF5_TimeFor (cGH *GH,
+int IOStreamedHDF5_TimeFor (const cGH *GH,
int vindex)
{
ioStreamedHDF5GH *myGH;
@@ -218,7 +218,7 @@ int IOStreamedHDF5_TimeFor (cGH *GH,
@var GH
@vdesc Pointer to CCTK GH
- @vtype cGH *
+ @vtype const cGH *
@vio in
@endvar
@var vindex
@@ -227,7 +227,7 @@ int IOStreamedHDF5_TimeFor (cGH *GH,
@vio in
@endvar
@@*/
-int IOStreamedHDF5_TriggerOutput (cGH *GH,
+int IOStreamedHDF5_TriggerOutput (const cGH *GH,
int vindex)
{
DECLARE_CCTK_PARAMETERS