_h5t_init_fdata()

* init t->num_meshes;
This commit is contained in:
2008-02-22 13:53:13 +00:00
parent d52258a68a
commit 5d5e49cd83
+1
View File
@@ -162,6 +162,7 @@ _h5t_init_fdata (
struct h5t_fdata * t = &f->t;
memset ( t->mesh_name, 0, sizeof ( t->mesh_name ) );
t->num_meshes = -1;
t->cur_mesh = -1;
t->num_levels = -1;
t->new_level = -1;