From dd21d78ce4f13d3f36293da15198c8938a0f96ea Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Sun, 2 May 2010 21:16:41 +0000 Subject: [PATCH] - definition of h5tpriv_get_face_id() renamed to h5tpriv_get_face_idx() --- src/include/h5core/h5t_core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/h5core/h5t_core.h b/src/include/h5core/h5t_core.h index c6ff207..c63f656 100644 --- a/src/include/h5core/h5t_core.h +++ b/src/include/h5core/h5t_core.h @@ -6,6 +6,7 @@ #include "h5t_map.h" #include "h5t_openclose.h" #include "h5t_readwrite.h" +#include "h5t_reference_elements.h" #include "h5t_retrieve.h" #include "h5t_storemesh.h" #include "h5t_tags.h" @@ -69,7 +70,7 @@ #define h5tpriv_build_elem_id( elem_idx ) \ ( h5tpriv_build_id ( f->t->mesh_type, 0, elem_idx ) ) -#define h5tpriv_get_face_id( entity_id ) \ +#define h5tpriv_get_face_idx( entity_id ) \ ( (entity_id & H5T_COMPONENT_ID_MASK) >> (sizeof(h5_id_t)*7) ) #define h5tpriv_get_elem_idx( entity_id ) \