src/h5core/h5t_module.c:
- compile error fixed in h5t_close_mesh()
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user