aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index 2eb37a7..4f08edc 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -143,19 +143,19 @@ typedef struct IOFlexIOGH
/* prototypes of functions to be registered */
-int IOFlexIO_Output2DGH (cGH *GH);
-int IOFlexIO_TriggerOutput2D (cGH *GH, int);
-int IOFlexIO_TimeFor2D (cGH *GH, int);
-int IOFlexIO_Output2DVarAs (cGH *GH, const char *var, const char *alias);
-int IOFlexIO_Output3DGH (cGH *GH);
-int IOFlexIO_TriggerOutput3D (cGH *GH, int);
-int IOFlexIO_TimeFor3D (cGH *GH, int);
-int IOFlexIO_Output3DVarAs (cGH *GH, const char *var, const char *alias);
+int IOFlexIO_Output2DGH (const cGH *GH);
+int IOFlexIO_TriggerOutput2D (const cGH *GH, int);
+int IOFlexIO_TimeFor2D (const cGH *GH, int);
+int IOFlexIO_Output2DVarAs (const cGH *GH, const char *var, const char *alias);
+int IOFlexIO_Output3DGH (const cGH *GH);
+int IOFlexIO_TriggerOutput3D (const cGH *GH, int);
+int IOFlexIO_TimeFor3D (const cGH *GH, int);
+int IOFlexIO_Output3DVarAs (const cGH *GH, const char *var, const char *alias);
/* other function prototypes */
-void IOFlexIO_Write2D (cGH *GH, int vindex, const char *alias);
-void IOFlexIO_Write3D (cGH *GH, int vindex, const char *alias);
-void IOFlexIO_DumpVar (cGH *GH, int vindex, int timelevel, IOFile iof);
-void IOFlexIO_IEEEIOStructDump (cGH *GH, IOFile iof);
-void IOFlexIO_DumpGH (cGH *GH, int called_from);
+void IOFlexIO_Write2D (const cGH *GH, int vindex, const char *alias);
+void IOFlexIO_Write3D (const cGH *GH, int vindex, const char *alias);
+void IOFlexIO_DumpVar (const cGH *GH, int vindex, int timelevel, IOFile iof);
+void IOFlexIO_IEEEIOStructDump (const cGH *GH, IOFile iof);
+void IOFlexIO_DumpGH (const cGH *GH, int called_from);
int IOFlexIO_DataType (int cctk_type);