mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r21993] Add tools_init to main
This commit is contained in:
parent
deec94bf4a
commit
3a713f8075
@ -47,6 +47,9 @@ int main(void)
|
||||
h5tools_setprogname(PROGRAMNAME);
|
||||
h5tools_setstatus(EXIT_SUCCESS);
|
||||
|
||||
/* Initialize h5tools lib */
|
||||
h5tools_init();
|
||||
|
||||
#ifdef H5_HAVE_FILTER_SZIP
|
||||
if (h5tools_can_encode(H5Z_FILTER_SZIP) == 1) {
|
||||
printf("yes\n");
|
||||
|
Loading…
Reference in New Issue
Block a user