aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-11-29 01:20:17 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-11-29 01:20:17 +0000
commit81c567b85fa22eb167480a6a93c53fe9aa67922e (patch)
treed5699814717a1310838a75c4659e993404137886 /src/Write.c
parent89577104cac652b4380ad60ef226c3b7b9fd52ab (diff)
Renamed local variable 'index' into 'vindex' to stop compiler warnings
about hiding a global routine index(3). git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@58 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Write.c b/src/Write.c
index a75b5e0..2311a46 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -132,7 +132,7 @@ void IOStreamedHDF5_Write (cGH *GH,
}
/* output the data */
- IOHDF5Util_DumpVar (GH, vindex, timelevel, &myGH->geo_output[vindex], file, 0);
+ IOHDF5Util_DumpVar (GH, vindex, timelevel, myGH->geo_output[vindex], file, 0);
/* close the file */
if (file >= 0)