diff options
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r-- | tools/test/h5repack/dynlib_rpk.c | 6 | ||||
-rw-r--r-- | tools/test/h5repack/h5repack.sh.in | 4 | ||||
-rw-r--r-- | tools/test/h5repack/h5repacktst.c | 27 | ||||
-rw-r--r-- | tools/test/h5repack/testh5repack_detect_szip.c | 4 |
4 files changed, 0 insertions, 41 deletions
diff --git a/tools/test/h5repack/dynlib_rpk.c b/tools/test/h5repack/dynlib_rpk.c index 1feed12..0fc3c42 100644 --- a/tools/test/h5repack/dynlib_rpk.c +++ b/tools/test/h5repack/dynlib_rpk.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: Raymond Lu - * 13 February 2013 - * * Purpose: Tests the plugin module (H5PL) */ @@ -59,9 +56,6 @@ H5PLget_plugin_info(void) * * Failure: 0 * - * Programmer: Raymond Lu - * 29 March 2013 - * *------------------------------------------------------------------------- */ static size_t diff --git a/tools/test/h5repack/h5repack.sh.in b/tools/test/h5repack/h5repack.sh.in index 83f093a..9b58965 100644 --- a/tools/test/h5repack/h5repack.sh.in +++ b/tools/test/h5repack/h5repack.sh.in @@ -12,10 +12,6 @@ # # Tests for the h5repack tool # -# Modification: -# Pedro Vicente Nunes, 11/15/2006 -# Added $FILEN variables for file names -# srcdir=@srcdir@ diff --git a/tools/test/h5repack/h5repacktst.c b/tools/test/h5repack/h5repacktst.c index 9364ea8..cf42d07 100644 --- a/tools/test/h5repack/h5repacktst.c +++ b/tools/test/h5repack/h5repacktst.c @@ -3922,10 +3922,6 @@ out: * * Purpose: write datasets in LOC_ID * - * Programmer: Pedro Vicente - * - * Date: November 12, 2003 - * *------------------------------------------------------------------------- */ static int @@ -4765,10 +4761,6 @@ out: * * Purpose: write attributes in LOC_ID (dataset, group, named datatype) * - * Programmer: Pedro Vicente - * - * Date: November 12, 2003 - * *------------------------------------------------------------------------- */ @@ -5909,10 +5901,6 @@ out: * * Purpose: utility function to create and write a dataset in LOC_ID * - * Programmer: Pedro Vicente - * - * Date: November 12, 2003 - * *------------------------------------------------------------------------- */ static int @@ -5962,10 +5950,6 @@ out: * * Purpose: utility function to create and write a dataset in LOC_ID * - * Programmer: Pedro Vicente - * - * Date: November 12, 2003 - * *------------------------------------------------------------------------- */ static int @@ -6024,10 +6008,6 @@ out: * * Purpose: utility function to write an attribute in LOC_ID * - * Programmer: Pedro Vicente - * - * Date: November 12, 2003 - * *------------------------------------------------------------------------- */ static int @@ -6197,7 +6177,6 @@ out: * this function depends on locally created objects, however can be modified * to be independent as necessary * - * Programmer: Jonathan Kim (March 23, 2010) *------------------------------------------------------------------------*/ static herr_t add_attr_with_objref(hid_t file_id, hid_t obj_id) @@ -6258,7 +6237,6 @@ out: * this function depends on locally created objects, however can be modified * to be independent as necessary * - * Programmer: Jonathan Kim (March 23, 2010) *------------------------------------------------------------------------*/ static herr_t add_attr_with_regref(hid_t file_id, hid_t obj_id) @@ -6323,7 +6301,6 @@ out: * Note: * This function is to use along with gen_obj_ref() gen_region_ref() * - * Programmer: Jonathan Kim (March 23, 2010) *------------------------------------------------------------------------*/ static herr_t gen_refered_objs(hid_t loc_id) @@ -6442,7 +6419,6 @@ out: * Note: * copied from h5copygentest.c and update to create named datatype * - * Programmer: Jonathan Kim (March 18, 2010) *------------------------------------------------------------------------*/ static herr_t gen_obj_ref(hid_t loc_id) @@ -6549,7 +6525,6 @@ out: * Note: * copied from h5copygentest.c * - * Programmer: Jonathan Kim (March 18, 2010) *------------------------------------------------------------------------*/ static herr_t gen_region_ref(hid_t loc_id) @@ -6677,7 +6652,6 @@ out: * * Purpose: create a file with obj and region references * - * Programmer: Jonathan Kim (March 18, 2010) *------------------------------------------------------------------------- */ static herr_t @@ -6720,7 +6694,6 @@ make_references(hid_t loc_id) * 3. obj ref in attribute of vlen type * 4. region ref in attribute of vlen type * - * Programmer: Jonathan (March 25, 2010) *------------------------------------------------------------------------- */ /* obj dset */ diff --git a/tools/test/h5repack/testh5repack_detect_szip.c b/tools/test/h5repack/testh5repack_detect_szip.c index 02a6d2b..f2410f6 100644 --- a/tools/test/h5repack/testh5repack_detect_szip.c +++ b/tools/test/h5repack/testh5repack_detect_szip.c @@ -26,10 +26,6 @@ * * Return: * - * Programmer: - * - * Date: - * *------------------------------------------------------------------------- */ |