Merge pull request #58 from jdkloe/develop

add patch to src/grib_api_internal.h
This commit is contained in:
Iain Russell 2021-12-14 14:09:27 +00:00 committed by GitHub
commit b301c5b531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ extern "C" {
#if IS_BIG_ENDIAN
#if GRIB_MEM_ALIGN
#define FAST_BIG_ENDIAN 0
#else
#define FAST_BIG_ENDIAN 1
#else
#define FAST_BIG_ENDIAN 0
#endif
#endif