aboutsummaryrefslogtreecommitdiff
path: root/src/iobasicGH.h
diff options
context:
space:
mode:
authorallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-02-24 13:04:45 +0000
committerallen <allen@b589c3ab-70e8-4b4d-a09f-cba2dd200880>2001-02-24 13:04:45 +0000
commit745ba10870d3fab10b6aa71e6d7d34a51d12372c (patch)
treed6e11497d84993bd382078fb11e48a8541e6fb35 /src/iobasicGH.h
parented995d1b7ab411b7e6f196e70b7b2227fd28a836 (diff)
Fixing warnings
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@78 b589c3ab-70e8-4b4d-a09f-cba2dd200880
Diffstat (limited to 'src/iobasicGH.h')
-rw-r--r--src/iobasicGH.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iobasicGH.h b/src/iobasicGH.h
index 3f41cf5..fe1cb16 100644
--- a/src/iobasicGH.h
+++ b/src/iobasicGH.h
@@ -38,6 +38,6 @@ 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);
-int IOBasic_WriteInfo (cGH *GH, CCTK_REAL *val,int index, const char *operator, const char *alias);
+void IOBasic_Write (cGH *GH, int vindex, const char *alias);
+void IOBasic_WriteGF (cGH *GH, int vindex, const char *alias);
+int IOBasic_WriteInfo (cGH *GH, CCTK_REAL *val,int vindex, const char *operator, const char *alias);