diff options
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r-- | tools/lib/h5diff.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h index 4c56f81..1ef3c87 100644 --- a/tools/lib/h5diff.h +++ b/tools/lib/h5diff.h @@ -18,9 +18,6 @@ #include "hdf5.h" #include "h5trav.h" -typedef H5G_obj_t H5G_obj_t1; - - #if 0 #define H5DIFF_DEBUG @@ -115,7 +112,7 @@ hsize_t diff( hid_t file1_id, hid_t file2_id, const char *path2, diff_opt_t *options, - H5G_obj_t1 type ); + H5G_obj_t type ); hsize_t diff_compare( hid_t file1_id, const char *file1_name, |