Modernisation: Revert deletion of cargs_

This commit is contained in:
Eugen Betke 2024-10-21 18:27:50 +02:00
parent 60a37e36d0
commit c42c772f5e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ int Gen::init(grib_handle* h, grib_arguments* args)
const char* s_rawData = NULL;
const char* s_numPoints = NULL;
long numberOfPoints = 0;
int carg_ = 1;
carg_ = 1;
s_numPoints = grib_arguments_get_name(h, args, carg_++);
missingValue_ = grib_arguments_get_name(h, args, carg_++);