diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-05-21 03:52:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 03:52:38 (GMT) |
commit | f4b6f3d8e049b9308bdbdc468d146fbb5da51f5d (patch) | |
tree | 34ce5ae04599b4c494838fafd905020c65e3444e /tools/src/h5copy | |
parent | 2eec25110a846baa5707d779c034f14af00e2af4 (diff) | |
download | hdf5-f4b6f3d8e049b9308bdbdc468d146fbb5da51f5d.zip hdf5-f4b6f3d8e049b9308bdbdc468d146fbb5da51f5d.tar.gz hdf5-f4b6f3d8e049b9308bdbdc468d146fbb5da51f5d.tar.bz2 |
Add h5copy help test and verify consistency (#2905)
Diffstat (limited to 'tools/src/h5copy')
-rw-r--r-- | tools/src/h5copy/h5copy.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/src/h5copy/h5copy.c b/tools/src/h5copy/h5copy.c index c4e4275..3734628 100644 --- a/tools/src/h5copy/h5copy.c +++ b/tools/src/h5copy/h5copy.c @@ -46,8 +46,6 @@ char *str_flag = NULL; * Programmer: Quincey Koziol * Saturday, 31. January 2004 * - * Modifications: - * *------------------------------------------------------------------------- */ static void @@ -77,8 +75,6 @@ leave(int ret) * * Programmer: Pedro Vicente Nunes, 7/8/2006 * - * Modifications: - * *------------------------------------------------------------------------- */ static void @@ -159,8 +155,6 @@ usage(void) * * Programmer: Pedro Vicente Nunes, 7/8/2006 * - * Modifications: - * *------------------------------------------------------------------------- */ @@ -207,8 +201,6 @@ parse_flag(const char *s_flag, unsigned *flag) * * Programmer: Pedro Vicente Nunes * - * Modifications: - * *------------------------------------------------------------------------- */ |