From cb37690b83173ad630d0719ae0c4baabc8a8929a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 28 May 2010 09:43:00 +0000 Subject: [PATCH] renamed 'h5t_open_level()' to 'h5t_set_level()' --- src/C/H5Fed.c | 2 +- src/include/h5core/h5t_openclose.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/C/H5Fed.c b/src/C/H5Fed.c index 528f63a..e5b5fb9 100644 --- a/src/C/H5Fed.c +++ b/src/C/H5Fed.c @@ -38,7 +38,7 @@ H5FedSetLevel ( const h5_id_t level_id ) { SET_FNAME (f, __func__); - return h5t_open_level (f, level_id); + return h5t_set_level (f, level_id); } h5_err_t diff --git a/src/include/h5core/h5t_openclose.h b/src/include/h5core/h5t_openclose.h index cd4498e..0fbbb72 100644 --- a/src/include/h5core/h5t_openclose.h +++ b/src/include/h5core/h5t_openclose.h @@ -4,7 +4,7 @@ h5_err_t h5t_open_mesh ( h5_file_t * const f, const h5_id_t id, const h5_oid_t type ); -h5_err_t h5t_open_level ( h5_file_t * const f, const h5_id_t id ); +h5_err_t h5t_set_level ( h5_file_t * const f, const h5_id_t id ); h5_err_t h5t_close_mesh ( h5_file_t * const f ); h5_err_t h5tpriv_open_file ( h5_file_t * const f );