mirror of https://github.com/ecmwf/eccodes.git
ECC-965: increase increment size
This commit is contained in:
parent
0b81237bb7
commit
f26d628e64
|
@ -2670,7 +2670,7 @@ static int process_elements(grib_accessor* a,int flag,long onlySubset,long start
|
|||
}
|
||||
|
||||
if (flag!=PROCESS_ENCODE) {
|
||||
self->numericValues=grib_vdarray_new(c,1000,500);
|
||||
self->numericValues=grib_vdarray_new(c,1000,1000);
|
||||
//printf("xxxx self->numericValues=%p\n", (void*)self->numericValues);
|
||||
self->stringValues=grib_vsarray_new(c,10,10);
|
||||
|
||||
|
|
Loading…
Reference in New Issue