diff options
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 1e98c1a..632430d 100644 --- a/src/H5FDlog.h +++ b/src/H5FDlog.h @@ -12,7 +12,7 @@ #include <H5Ipublic.h> -#define H5FD_QAK (H5FD_log_init()) +#define H5FD_LOG (H5FD_log_init()) __DLL__ hid_t H5FD_log_init(void); __DLL__ herr_t H5Pset_fapl_log(hid_t fapl_id, const char *logfile, int verbosity); |