aboutsummaryrefslogtreecommitdiff
path: root/src/iobasicGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iobasicGH.h')
-rw-r--r--src/iobasicGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iobasicGH.h b/src/iobasicGH.h
index 1c21c61..3f41cf5 100644
--- a/src/iobasicGH.h
+++ b/src/iobasicGH.h
@@ -40,4 +40,4 @@ typedef struct IOBASICGH {
/* function prototypes */
void IOBasic_Write (cGH *GH, int index, const char *alias);
void IOBasic_WriteGF (cGH *GH, int index, const char *alias);
-CCTK_REAL IOBasic_WriteInfo (cGH *GH, int index, const char *operator, const char *alias);
+int IOBasic_WriteInfo (cGH *GH, CCTK_REAL *val,int index, const char *operator, const char *alias);