aboutsummaryrefslogtreecommitdiff
path: root/src/ioHDF5GH.h
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-04-23 14:58:49 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2002-04-23 14:58:49 +0000
commit497188bef8ce0f21851dd3fa6ae777d58008d713 (patch)
treefad899d18c78684cd8da47f0f4c12537deb064be /src/ioHDF5GH.h
parent7109c2356053d465c8f920ff5fe9f82502200532 (diff)
Code cleanup before moving into producion mode.
You must also update BetaThorns/IOHDF5Util now. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@124 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src/ioHDF5GH.h')
-rw-r--r--src/ioHDF5GH.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ioHDF5GH.h b/src/ioHDF5GH.h
index 087926c..4af80f4 100644
--- a/src/ioHDF5GH.h
+++ b/src/ioHDF5GH.h
@@ -29,18 +29,14 @@ typedef struct
/* filename database for opened files */
pNamedData *open_output_files;
- /* for restart from recovery: flags indicating whether to check for already
- existing groups/datasets to delete before creating them anew */
- char *check_exisiting_objects;
-
/* timer array for checkpointing/recovery */
int timers[IOHDF5_NUM_TIMERS];
/* flag to indicate request for timer output */
int print_timing_info;
- /* geometry information (downsampling, zooming, etc.) */
- ioHDF5Geo_t **out_geo;
+ /* hyperslab description list (for all variables) */
+ ioSlab **slablist;
/* ring buffer for list of successfully created cp files */
int cp_filename_index;