refactoring

This commit is contained in:
2008-06-19 15:06:10 +00:00
parent 13fee62afd
commit d19eb1469e
+8 -8
View File
@@ -2,7 +2,7 @@
#define __READWRITE_H
h5part_int64_t
H5_write_data (
h5_write_data (
h5_file *f,
const char *name,
const void *array,
@@ -14,14 +14,14 @@ H5_write_data (
) ;
h5part_int64_t
H5_get_num_objects (
h5_get_num_objects (
hid_t group_id,
const char *group_name,
const hid_t type
);
h5part_int64_t
H5_get_num_objects_matching_pattern (
h5_get_num_objects_matching_pattern (
hid_t group_id,
const char *group_name,
const hid_t type,
@@ -29,7 +29,7 @@ H5_get_num_objects_matching_pattern (
);
h5part_int64_t
H5_get_object_name (
h5_get_object_name (
hid_t group_id,
const char *group_name,
const hid_t type,
@@ -39,24 +39,24 @@ H5_get_object_name (
);
h5part_int64_t
H5_set_step (
h5_set_step (
h5_file *f, /*!< [in] Handle to open file */
const h5part_int64_t step /*!< [in] Time-step to set. */
);
hid_t
H5_normalize_h5_type (
h5_normalize_h5_type (
hid_t type
);
h5part_int64_t
H5_get_dataset_type(
h5_get_dataset_type(
hid_t group_id,
const char *dataset_name
);
h5part_int64_t
H5_has_index (
h5_has_index (
h5_file *f, /*!< [in] Handle to open file */
h5part_int64_t step /*!< [in] Step number to query */
);