aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-04-26 16:01:28 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-04-26 16:01:28 +0000
commit8fe0009843ec7ceb65c190156ce229b841edba9e (patch)
tree6358267edceaedbc04cf8f2da1adffa78cab392f /src/Write.c
parent0f737ee2c542e5ba7a7dbc6df6ee9b001ff93935 (diff)
Changes to use the I/O request description and parsing routines which moved
from IOHDF5Util to IOUtil. You must update both BetaThorns/IOHDF5Util and CactusBase/IOUtil now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@83 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 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)