aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
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/ioStreamedHDF5GH.h
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/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index ea8acba..0f6ae79 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -19,11 +19,8 @@ typedef struct
/* how often to output */
int out_every;
- /* array of variable output requests */
- /* FIXME: make this a linked list of requests
- to allow for multiple requests per variable
- (eg. with different hyperslab parameters) */
- ioSlab **slablist;
+ /* I/O request description list (for all CCTK variables) */
+ ioRequest **requests;
/* the last iteration output */
int *out_last;