src/h5core/h5b_model.c:

- h5b_has_field() added
This commit is contained in:
2016-04-01 19:12:15 +02:00
parent 1ed4f3985b
commit 9df1a57778
2 changed files with 23 additions and 2 deletions
+5
View File
@@ -82,6 +82,11 @@ h5_ssize_t
h5b_get_num_fields (
const h5_file_t);
h5_err_t
h5b_has_field (
const h5_file_t,
const char*);
h5_err_t
h5b_get_field_info_by_name (
const h5_file_t,