src/h5core/h5t_module.c:

- compile error fixed in h5t_close_mesh()
This commit is contained in:
2015-09-11 14:10:25 +02:00
parent f430c71d06
commit 748eb1b3ab
+1 -1
View File
@@ -385,7 +385,7 @@ h5t_close_mesh (
H5_ERR_H5FED,
"Mesh cannot be closed: Mesh is referenced by open tagsets"));
if (!(m->f->props->mode & H5_O_RDONLY)) {
if (!(m->f->props->flags & H5_O_RDONLY)) {
TRY (h5tpriv_write_mesh (m));
}
TRY (hdf5_close_group (m->mesh_gid));