use macro to extract element id

This commit is contained in:
2009-05-14 16:33:46 +00:00
parent 8442f85127
commit 12a7988abc
+1 -1
View File
@@ -298,7 +298,7 @@ h5t_store_boundaryface_local_id (
switch ( t->mesh_type ) {
case H5_OID_TETRAHEDRON: {
h5_id_t local_tet_id = local_fid & H5_TET_MASK;
h5_id_t local_tet_id = _h5t_get_elem_id ( local_fid );
if ( t->elems.tets[local_tet_id].global_parent_eid != -1 ) {
return _h5t_error_store_boundaryface_local_id (
f,