path adapted
This commit is contained in:
@@ -12,7 +12,7 @@ h5t_add_level (
|
||||
h5_file_t * const f
|
||||
);
|
||||
|
||||
h5_size_t
|
||||
h5_err_t
|
||||
h5t_begin_store_vertices (
|
||||
h5_file_t * const f,
|
||||
const h5_size_t num
|
||||
|
||||
@@ -7,8 +7,8 @@ h5_err_t h5t_add_mtagset ( h5_file_t* const f, char name[], h5_id_t id );
|
||||
h5_err_t h5t_remove_mtagset ( h5_file_t* const f, const char name[] );
|
||||
h5_err_t h5t_open_mtagset ( h5_file_t* const f, const char *name,
|
||||
H5T_Tagset** retval );
|
||||
h5_size_t h5t_get_num_mtagsets ( h5_file_t* const f );
|
||||
h5_size_t h5t_get_mtagsets ( h5_file_t* const f, char** names[] );
|
||||
h5_ssize_t h5t_get_num_mtagsets ( h5_file_t* const f );
|
||||
h5_ssize_t h5t_get_mtagsets ( h5_file_t* const f, char** names[] );
|
||||
h5_err_t h5t_get_mtagset_info ( h5_file_t* const f, const h5_id_t idx,
|
||||
char** names, h5_id_t* type );
|
||||
h5_id_t h5t_get_mtagset_type_by_name ( h5_file_t* const f, char name[] );
|
||||
|
||||
Reference in New Issue
Block a user