Skip to content

Commit

Permalink
Fix cmake placeholder in grib2.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Sep 20, 2024
1 parent 07458c1 commit f9e95c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grib2.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ int g2c_param_all(int param_idx, int *g1ver, int *g1val, int *g2disc, int *g2cat
#define G2C_MAX_NOAA_ABBREV_LEN 8 /**< Maximum length of a NOAA abbreviation of a parameter. */
#define G2C_MAX_NOAA_PARAM_LINE_LEN 120 /**< Maximum length of a line in the NOAA abbreviation CSV file. */

#define G2C_JASPER_MAX_MEM @JASPER_MAX_MEM @ /**< Maximum size for the Jasper memory buffer. */
#define G2C_JASPER_MAX_MEM @JASPER_MAX_MEM@ /**< Maximum size for the Jasper memory buffer. */

/* Error codes for G2 API. */
#define G2_NO_ERROR 0 /**< Function succeeded. */
Expand Down

0 comments on commit f9e95c6

Please sign in to comment.