diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2021-11-23 19:15:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 19:15:30 (GMT) |
commit | 2daa28652dc7823eac6a6fd2d7ad02d391585174 (patch) | |
tree | 0ff49369f51131e0232101faa5b9c3ae78755d0e /src/H5FDlog.h | |
parent | 28d0a7b1b93e3918f3c8ee361af3280a2c9ee8a4 (diff) | |
download | hdf5-2daa28652dc7823eac6a6fd2d7ad02d391585174.zip hdf5-2daa28652dc7823eac6a6fd2d7ad02d391585174.tar.gz hdf5-2daa28652dc7823eac6a6fd2d7ad02d391585174.tar.bz2 |
subfiling with selection IO (#1219)
Merged branch 'selection_io' into subfiling branch.
Diffstat (limited to 'src/H5FDlog.h')
-rw-r--r-- | src/H5FDlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDlog.h b/src/H5FDlog.h index bc96c52..a916fec 100644 --- a/src/H5FDlog.h +++ b/src/H5FDlog.h @@ -20,7 +20,7 @@ #ifndef H5FDlog_H #define H5FDlog_H -#define H5FD_LOG (H5FD_log_init()) +#define H5FD_LOG (H5FDperform_init(H5FD_log_init)) #define H5FD_LOG_VALUE H5_VFD_LOG /* Flags for H5Pset_fapl_log() */ |