ID-list structure changed
This commit is contained in:
@@ -78,7 +78,7 @@ typedef unsigned long MPI_Datatype;
|
||||
typedef struct h5_idlist {
|
||||
int32_t size; /* allocated space in number of items */
|
||||
int32_t num_items; /* stored items */
|
||||
h5_id_t *items;
|
||||
h5_id_t items[1];
|
||||
} h5_idlist_t;
|
||||
|
||||
struct h5_idxmap;
|
||||
|
||||
@@ -8,7 +8,7 @@ h5t_get_num_meshes (
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
h5t_get_num_levels (
|
||||
h5t_get_num_leaf_levels (
|
||||
h5_file_t * const f
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user