aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-11-23 23:10:04 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-11-23 23:10:04 +0000
commitd0f4b9d5b116f7a960a1a317a20fd370485ee937 (patch)
tree85384c94af4a9913d54ea924a3450fc6f7da7610 /src/ioStreamedHDF5GH.h
parentf11299667fb86982998d1985ec4860eb4cfaaf3c (diff)
Renamed variables 'index' into 'vindex' to suppress gcc warnings on
hiding a global routine index(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@55 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 6994ec2..852b847 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -53,7 +53,7 @@ int IOStreamedHDF5_OutputVarAs (cGH *GH, const char *var, const char *alias);
int IOStreamedHDF5_Recover (cGH *GH, const char *basename, int called_from);
/* other function prototypes */
-void IOStreamedHDF5_Write (cGH *GH, int index, const char *alias);
+void IOStreamedHDF5_Write (cGH *GH, int vindex, const char *alias);
#ifdef __cplusplus
} // extern "C"