mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
Missed one occurrence of 1,14,0
This commit is contained in:
parent
21b920cbab
commit
6a4ab61fc8
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#include "H5Ipublic.h"
|
#include "H5Ipublic.h"
|
||||||
|
|
||||||
#if H5_VERSION_GE(1,14,0)
|
#if H5_VERSION_GE(1,13,2)
|
||||||
#define H5_VFD_HTTP ((H5FD_class_value_t)(514))
|
#define H5_VFD_HTTP ((H5FD_class_value_t)(514))
|
||||||
#define H5FD_HTTP (H5FDperform_init(H5FD_http_init))
|
#define H5FD_HTTP (H5FDperform_init(H5FD_http_init))
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user