'mesh_label' removed from 'struct h5_file'

This commit is contained in:
2011-05-23 14:31:37 +00:00
parent 5b6e145e87
commit 4818fa0efb
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -190,7 +190,6 @@ init_fdata (
h5t_fdata_t* t = f->t;
memset (t->mesh_name, 0, sizeof (t->mesh_name));
memset (t->mesh_label, 0, sizeof (t->mesh_label));
t->mesh_type = 0;
t->ref_elem = NULL;
t->cur_mesh = -1;
+1 -2
View File
@@ -118,8 +118,7 @@ typedef struct h5t_methods {
typedef struct h5t_fdata {
/*** book-keeping ***/
char mesh_name[16];
char mesh_label[256];
char mesh_name[256];
h5_oid_t mesh_type; /* object id of element type */
const h5t_ref_elem_t* ref_elem;
h5_id_t cur_mesh; /* id of current mesh */