renamed 'h5t_open_level()' to 'h5t_set_level()'
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user