summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LT.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/H5LT.c')
-rw-r--r--hl/src/H5LT.c74
1 files changed, 0 insertions, 74 deletions
diff --git a/hl/src/H5LT.c b/hl/src/H5LT.c
index 6a4975f..4c61aa8 100644
--- a/hl/src/H5LT.c
+++ b/hl/src/H5LT.c
@@ -559,9 +559,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -585,9 +582,6 @@ H5LTmake_dataset(hid_t loc_id, const char *dset_name, int rank, const hsize_t *d
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -610,9 +604,6 @@ H5LTmake_dataset_char(hid_t loc_id, const char *dset_name, int rank, const hsize
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -635,9 +626,6 @@ H5LTmake_dataset_short(hid_t loc_id, const char *dset_name, int rank, const hsiz
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -660,9 +648,6 @@ H5LTmake_dataset_int(hid_t loc_id, const char *dset_name, int rank, const hsize_
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -685,9 +670,6 @@ H5LTmake_dataset_long(hid_t loc_id, const char *dset_name, int rank, const hsize
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -710,9 +692,6 @@ H5LTmake_dataset_float(hid_t loc_id, const char *dset_name, int rank, const hsiz
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -736,9 +715,6 @@ H5LTmake_dataset_double(hid_t loc_id, const char *dset_name, int rank, const hsi
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -1293,8 +1269,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -1380,8 +1354,6 @@ H5_GCC_CLANG_DIAG_ON("cast-qual")
*
* Comments: If the attribute already exists, it is overwritten
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -2034,8 +2006,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -2083,8 +2053,6 @@ out:
*
* Date: 29 September 2011
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2155,8 +2123,6 @@ out:
*
* Date: December 6, 2005
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static char *
@@ -2189,8 +2155,6 @@ out:
*
* Programmer: Raymond Lu
*
- * Modifications:
- *
*-----------------------------------------------------------------------*/
static char *
print_enum(hid_t type, char *str, size_t *str_len, hbool_t no_ubuf, size_t indt)
@@ -2323,8 +2287,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -2374,8 +2336,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
char *
@@ -2984,8 +2944,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3031,8 +2989,6 @@ H5LTget_attribute_string(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3058,8 +3014,6 @@ H5LTget_attribute_char(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3085,8 +3039,6 @@ H5LTget_attribute_uchar(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3112,8 +3064,6 @@ H5LTget_attribute_short(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3139,8 +3089,6 @@ H5LTget_attribute_ushort(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3166,8 +3114,6 @@ H5LTget_attribute_int(hid_t loc_id, const char *obj_name, const char *attr_name,
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3193,8 +3139,6 @@ H5LTget_attribute_uint(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3220,8 +3164,6 @@ H5LTget_attribute_long(hid_t loc_id, const char *obj_name, const char *attr_name
*
* Comments: This function was added to support INTEGER*8 Fortran types
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3247,8 +3189,6 @@ H5LTget_attribute_long_long(hid_t loc_id, const char *obj_name, const char *attr
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3274,8 +3214,6 @@ H5LTget_attribute_ulong(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -3301,8 +3239,6 @@ H5LTget_attribute_ullong(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3329,8 +3265,6 @@ H5LTget_attribute_float(hid_t loc_id, const char *obj_name, const char *attr_nam
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3357,8 +3291,6 @@ H5LTget_attribute_double(hid_t loc_id, const char *obj_name, const char *attr_na
*
* Comments: Private function
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3390,8 +3322,6 @@ H5LTget_attribute(hid_t loc_id, const char *obj_name, const char *attr_name, hid
*
* Comments: Private function
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3451,8 +3381,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -3500,8 +3428,6 @@ out:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t