aboutsummaryrefslogtreecommitdiff
path: root/src/ioHDF5GH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioHDF5GH.h')
-rw-r--r--src/ioHDF5GH.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ioHDF5GH.h b/src/ioHDF5GH.h
index 5aa5926..dd1c921 100644
--- a/src/ioHDF5GH.h
+++ b/src/ioHDF5GH.h
@@ -20,9 +20,6 @@ typedef struct
/* how often to output */
int out_every;
- /* flags indicating output for var [i] */
- char *do_output;
-
/* directories in which to output */
char *outdir;
@@ -43,7 +40,7 @@ typedef struct
int print_timing_info;
/* geometry information (downsampling, zooming, etc.) */
- ioHDF5Geo_t *out_geo;
+ ioHDF5Geo_t **out_geo;
/* ring buffer for list of successfully created cp files */
int cp_filename_index;
@@ -64,7 +61,7 @@ int IOHDF5_OutputVarAs (cGH *GH, const char *var, const char *alias);
int IOHDF5_Recover (cGH *GH, const char *basename, int called_from);
/* other function prototypes */
-void IOHDF5_Write (cGH *GH, int index, const char *alias);
+void IOHDF5_Write (cGH *GH, int vindex, const char *alias);
int IOHDF5_WriteIsosurface (cGH *GH,
const char *filename,
const char *GVname,