From b0bacdc6a7a682a5390b2f6db15f1c0bbdf5869e Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 29 Jul 2010 11:19:00 +0000 Subject: [PATCH] function h5t_map_global_elem_indices2local() added --- src/include/h5core/h5t_map.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/include/h5core/h5t_map.h b/src/include/h5core/h5t_map.h index 0c3049a..ddd9b8c 100644 --- a/src/include/h5core/h5t_map.h +++ b/src/include/h5core/h5t_map.h @@ -9,10 +9,10 @@ h5t_map_global_vertex_index2local ( h5_err_t h5t_map_global_vertex_indices2local ( - h5_file_t *f, - const h5_id_t * const global_indices, + h5_file_t* f, + const h5_id_t* const glb_indices, const h5_id_t size, - h5_id_t * const local_indices + h5_id_t* const loc_indices ); h5_id_t @@ -27,6 +27,14 @@ h5t_map_global_elem_idx2local ( const h5_id_t global_idx ); +h5_id_t +h5t_map_global_elem_indices2local ( + h5_file_t * const f, + const h5_id_t* glb_indices, + const h5_id_t size, + h5_id_t* loc_indices + ); + h5_id_t h5tpriv_get_local_vid ( h5_file_t * const f,