struct h5t_fdata

- num_meshes added
This commit is contained in:
2008-02-20 13:42:41 +00:00
parent 8df79f3ee4
commit 9eb059e1ec
+2 -1
View File
@@ -149,9 +149,10 @@ struct h5t_fdata {
char mesh_name[16];
h5_id_t cur_mesh;
h5_id_t new_mesh; /* idx of the first new mesh or -1 */
h5_id_t num_meshes;
h5_id_t new_level; /* idx of the first new level or -1 */
h5_id_t cur_level;
h5_id_t new_level; /* idx of the first new level or -1 */
h5_size_t num_levels;
h5_size_t *num_vertices;