mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-15 08:30:11 +08:00
Fix in support of https://github.com/Unidata/netcdf-c/issues/3007
This commit is contained in:
parent
0ad7164de0
commit
7a0999ef3f
@ -231,7 +231,7 @@ Use this in mode flags for both nc_create() and nc_open(). */
|
|||||||
#define NC_FORMATX_DAP4 (6)
|
#define NC_FORMATX_DAP4 (6)
|
||||||
#define NC_FORMATX_UDF0 (8)
|
#define NC_FORMATX_UDF0 (8)
|
||||||
#define NC_FORMATX_UDF1 (9)
|
#define NC_FORMATX_UDF1 (9)
|
||||||
#define NC_FORMATX_NCZARR (10)
|
#define NC_FORMATX_NCZARR (10) /**< Added in version 4.8.0 */
|
||||||
#define NC_FORMATX_UNDEFINED (0)
|
#define NC_FORMATX_UNDEFINED (0)
|
||||||
|
|
||||||
/* To avoid breaking compatibility (such as in the python library),
|
/* To avoid breaking compatibility (such as in the python library),
|
||||||
@ -247,6 +247,7 @@ Use this in mode flags for both nc_create() and nc_open(). */
|
|||||||
#define NC_FORMAT_DAP2 NC_FORMATX_DAP2 /**< \deprecated As of 4.4.0, use NC_FORMATX_DAP2 */
|
#define NC_FORMAT_DAP2 NC_FORMATX_DAP2 /**< \deprecated As of 4.4.0, use NC_FORMATX_DAP2 */
|
||||||
#define NC_FORMAT_DAP4 NC_FORMATX_DAP4 /**< \deprecated As of 4.4.0, use NC_FORMATX_DAP4 */
|
#define NC_FORMAT_DAP4 NC_FORMATX_DAP4 /**< \deprecated As of 4.4.0, use NC_FORMATX_DAP4 */
|
||||||
#define NC_FORMAT_UNDEFINED NC_FORMATX_UNDEFINED /**< \deprecated As of 4.4.0, use NC_FORMATX_UNDEFINED */
|
#define NC_FORMAT_UNDEFINED NC_FORMATX_UNDEFINED /**< \deprecated As of 4.4.0, use NC_FORMATX_UNDEFINED */
|
||||||
|
#define NC_FORMATX_ZARR NC_FORMATX_NCZARR /**< \deprecated as of 4.8.0, use NC_FORMATX_NCZARR */
|
||||||
|
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user