ID-list structure changed

This commit is contained in:
2011-01-03 14:48:05 +00:00
parent 6b4a664546
commit 12a2c7ef27
12 changed files with 157 additions and 244 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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
);