aboutsummaryrefslogtreecommitdiff
path: root/src/Write.c
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-04-26 16:01:22 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-04-26 16:01:22 +0000
commitcfd0aa21d5237ba08b06f687c21f5d1d56a41003 (patch)
tree31ab000990aa9be74b27a43a43ef10a75d696315 /src/Write.c
parent6380d01f896e96eb4d536e7c4fc88fed858b6b2e (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/IOHDF5/trunk@126 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src/Write.c')
-rw-r--r--src/Write.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Write.c b/src/Write.c
index b1e8f20..b21c2d2 100644
--- a/src/Write.c
+++ b/src/Write.c
@@ -15,7 +15,6 @@
#include "cctk_Parameters.h"
#include "StoreNamedData.h"
#include "CactusBase/IOUtil/src/ioGH.h"
-#include "CactusBase/IOUtil/src/ioutil_Utils.h"
#include "CactusBase/IOUtil/src/ioutil_AdvertisedFiles.h"
#include "ioHDF5GH.h"
@@ -164,7 +163,7 @@ int IOHDF5_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)