From 93c43c7cdd24f76c4882d73a2b099e69f57a7e33 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 28 May 2010 09:42:52 +0000 Subject: [PATCH] renamed 'h5t_open_level()' to 'h5t_set_level()' --- src/h5core/h5t_openclose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5core/h5t_openclose.c b/src/h5core/h5t_openclose.c index a5f67aa..de7be72 100644 --- a/src/h5core/h5t_openclose.c +++ b/src/h5core/h5t_openclose.c @@ -542,7 +542,7 @@ h5t_close_mesh ( } h5_err_t -h5t_open_level ( +h5t_set_level ( h5_file_t* const f, const h5_id_t id ) {