diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-17 18:09:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-17 18:09:13 (GMT) |
commit | 71c223c082f1777046419f98e6159bda2cb59cc9 (patch) | |
tree | 95e2904253e5e9403e71276284b3b3131e477514 | |
parent | 23d9fe26495904dcaa1489bd4d4f8a698d87511e (diff) | |
download | hdf5-71c223c082f1777046419f98e6159bda2cb59cc9.zip hdf5-71c223c082f1777046419f98e6159bda2cb59cc9.tar.gz hdf5-71c223c082f1777046419f98e6159bda2cb59cc9.tar.bz2 |
Move execeutable command after declaration
-rw-r--r-- | tools/lib/h5diff_dset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff_dset.c b/tools/lib/h5diff_dset.c index 2ac93ab..991ef48 100644 --- a/tools/lib/h5diff_dset.c +++ b/tools/lib/h5diff_dset.c @@ -342,8 +342,8 @@ hsize_t diff_datasetid( hid_t did1, *------------------------------------------------------------------------- */ if(can_compare) { /* it is possible to compare */ - h5difftrace("can_compare attempt\n"); H5T_class_t tclass = H5Tget_class(f_tid1); + h5difftrace("can_compare attempt\n"); /*----------------------------------------------------------------- * get number of elements |