From dd60703b3d82cf85ea93cdc62f09eb12c4d64cb7 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Fri, 24 Jan 2025 08:45:09 +0100 Subject: [PATCH] Fix typo --- src/gribapi_utilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gribapi_utilities.c b/src/gribapi_utilities.c index 7d4515080..068b7f4bb 100644 --- a/src/gribapi_utilities.c +++ b/src/gribapi_utilities.c @@ -966,7 +966,7 @@ gribapiGetGrid(grib_handle *gh, grid_t *grid) Default / implicit scanning mode is 64: i and j scan positively, i points are consecutive (row-major) */ #ifdef HIRLAM_EXTENSIONS - if (cdiDebugExt >= 30 && edititionnumber <= 1) + if (cdiDebugExt >= 30 && editionNumber <= 1) { // indicatorOfParameter=33,indicatorOfTypeOfLevel=105,level long paramId, levelTypeId, levelId; -- GitLab