aboutsummaryrefslogtreecommitdiff
path: root/src/ioHDF5GH.h
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/ioHDF5GH.h
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/ioHDF5GH.h')
-rw-r--r--src/ioHDF5GH.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ioHDF5GH.h b/src/ioHDF5GH.h
index 4af80f4..1c2fc5a 100644
--- a/src/ioHDF5GH.h
+++ b/src/ioHDF5GH.h
@@ -35,8 +35,8 @@ typedef struct
/* flag to indicate request for timer output */
int print_timing_info;
- /* hyperslab description list (for all variables) */
- ioSlab **slablist;
+ /* I/O request description list (for all variables) */
+ ioRequest **requests;
/* ring buffer for list of successfully created cp files */
int cp_filename_index;