Basic alignment with async branch (#115)

* Basic alignment with async branch - trivial changes to reduce clutter in overall diff.

* Update minor error code to reflect change within library

* Update the error output to match library
This commit is contained in:
Quincey Koziol
2020-11-23 10:18:26 -06:00
committed by GitHub
parent d4a3097ec5
commit 5ff09ae971
170 changed files with 1441 additions and 1450 deletions

View File

@@ -1279,7 +1279,7 @@ diff_datum(void *_mem1, void *_mem2, hsize_t elemtno, diff_opt_t *opts, hid_t co
}
nfound += diff_ldouble_element(mem1, mem2, elemtno, opts);
} /*H5T_NATIVE_LDOUBLE*/
#endif /* H5_SIZEOF_LONG_DOUBLE */
#endif /* H5_SIZEOF_LONG_DOUBLE */
break; /* H5T_FLOAT class */