summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_dset.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-17 18:09:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-17 18:09:13 (GMT)
commit71c223c082f1777046419f98e6159bda2cb59cc9 (patch)
tree95e2904253e5e9403e71276284b3b3131e477514 /tools/lib/h5diff_dset.c
parent23d9fe26495904dcaa1489bd4d4f8a698d87511e (diff)
downloadhdf5-71c223c082f1777046419f98e6159bda2cb59cc9.zip
hdf5-71c223c082f1777046419f98e6159bda2cb59cc9.tar.gz
hdf5-71c223c082f1777046419f98e6159bda2cb59cc9.tar.bz2
Move execeutable command after declaration
Diffstat (limited to 'tools/lib/h5diff_dset.c')
-rw-r--r--tools/lib/h5diff_dset.c2
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