mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Added an alias back to NC_FORMAT_64BIT to avoid breaking compatibility.
This commit is contained in:
parent
47db9caf4e
commit
bab2f42ab2
@ -181,6 +181,7 @@ Use this in mode flags for both nc_create() and nc_open(). */
|
||||
#define NC_FORMAT_NETCDF4 (3)
|
||||
#define NC_FORMAT_NETCDF4_CLASSIC (4)
|
||||
#define NC_FORMAT_64BIT_DATA (5)
|
||||
#define NC_FORMAT_64BIT NC_FORMAT_64BIT_OFFSET
|
||||
|
||||
/* Alias */
|
||||
#define NC_FORMAT_CDF5 NC_FORMAT_64BIT_DATA
|
||||
|
Loading…
Reference in New Issue
Block a user