Testing: grib_util_set_spec

This commit is contained in:
shahramn 2024-02-28 10:46:03 +00:00
parent f27616d382
commit 50641af986
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ static grib_handle* test2()
packing_spec.extra_settings[0].name = "tablesVersion";
packing_spec.extra_settings[0].long_value = 32;
packing_spec.packing_type = GRIB_UTIL_PACKING_TYPE_GRID_SECOND_ORDER;
packing_spec.packing = GRIB_UTIL_PACKING_USE_PROVIDED;
grib_handle* finalh = grib_util_set_spec(
handle, &spec, &packing_spec, set_spec_flags,
values, outlen, &err);