aboutsummaryrefslogtreecommitdiff
path: root/src/ioStreamedHDF5GH.h
diff options
context:
space:
mode:
authortradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-04-23 14:59:14 +0000
committertradke <tradke@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2002-04-23 14:59:14 +0000
commit90554ed957200a5cda3d52ff10f05ffda2b55565 (patch)
treeb2c1f264ca696e3cf255e5f499c78ebac35d610b /src/ioStreamedHDF5GH.h
parentbc3503172ce53e24961101082aca66136b195b78 (diff)
Code cleanup before moving into producion mode.
You must also update BetaThorns/IOHDF5Util now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@81 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src/ioStreamedHDF5GH.h')
-rw-r--r--src/ioStreamedHDF5GH.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioStreamedHDF5GH.h b/src/ioStreamedHDF5GH.h
index 823cfcc..ea8acba 100644
--- a/src/ioStreamedHDF5GH.h
+++ b/src/ioStreamedHDF5GH.h
@@ -23,7 +23,7 @@ typedef struct
/* FIXME: make this a linked list of requests
to allow for multiple requests per variable
(eg. with different hyperslab parameters) */
- ioHDF5Geo_t **geo_output;
+ ioSlab **slablist;
/* the last iteration output */
int *out_last;
@@ -49,7 +49,7 @@ extern "C"
{
#endif
-/* prototypes of functions to be registered as IOStreamedHDF5's IO method */
+/* prototypes of functions to be registered as IOStreamedHDF5's I/O method */
int IOStreamedHDF5_OutputGH (const cGH *GH);
int IOStreamedHDF5_TriggerOutput (const cGH *GH, int);
int IOStreamedHDF5_TimeFor (const cGH *GH, int);