From d19eb1469ea3ddc5b0a9877163cc2d21f95d5ddc Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 19 Jun 2008 15:06:10 +0000 Subject: [PATCH] refactoring --- src/h5/readwrite.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/h5/readwrite.h b/src/h5/readwrite.h index 670eadb..f01cde5 100644 --- a/src/h5/readwrite.h +++ b/src/h5/readwrite.h @@ -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 */ );