Documentation

This commit is contained in:
Shahram Najm 2019-09-13 17:06:56 +01:00
parent 22bbeda344
commit d4fe780be9
1 changed files with 4 additions and 0 deletions

View File

@ -3138,6 +3138,10 @@ static int unpack_double(grib_accessor* a, double* val, size_t *len)
if (err) return err;
if (!val) return err;
/* When we set unpack=1, then the 'val' argument is NULL and we return
* but when client requests a key like 'numericValues', then we end up here
*/
l=grib_vdarray_used_size(self->numericValues);
err=grib_get_long(grib_handle_of_accessor(a),self->numberOfSubsetsName,&numberOfSubsets);
if (err) return err;