Added an alias back to NC_FORMAT_64BIT to avoid breaking compatibility.

This commit is contained in:
Ward Fisher 2015-10-09 13:53:16 -06:00
parent 47db9caf4e
commit bab2f42ab2

View File

@ -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