mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r20946] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. This is the follow-up commit. In my first checkin, I took out the line "H5Z_SZIP->encoder_present = SZ_encoder_enabled()" by
mistake. It caused SZIP test to fail. I'm puting it back now. Tested on jam - simple change.
This commit is contained in:
parent
fc3a269042
commit
5479ee3b0c
@ -96,6 +96,7 @@ H5Z_init_interface (void)
|
||||
HGOTO_ERROR (H5E_PLINE, H5E_CANTINIT, FAIL, "unable to register fletcher32 filter")
|
||||
#endif /* H5_HAVE_FILTER_FLETCHER32 */
|
||||
#ifdef H5_HAVE_FILTER_SZIP
|
||||
H5Z_SZIP->encoder_present = SZ_encoder_enabled();
|
||||
if (H5Z_register (H5Z_SZIP)<0)
|
||||
HGOTO_ERROR (H5E_PLINE, H5E_CANTINIT, FAIL, "unable to register szip filter")
|
||||
#endif /* H5_HAVE_FILTER_SZIP */
|
||||
|
Loading…
Reference in New Issue
Block a user