aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
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 addd5a0..fd0f98b 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -125,7 +125,7 @@ int IOStreamedHDF5_Write (const cGH *GH, int vindex, const char *alias)
}
/* output the data */
- retval = IOHDF5Util_DumpVar (GH, myGH->slablist[vindex], file);
+ retval = IOHDF5Util_DumpVar (GH, myGH->requests[vindex], file);
/* close the file */
if (file >= 0)