mirror of https://github.com/ecmwf/eccodes.git
ECC-386
This commit is contained in:
parent
a91c8912a4
commit
b532a38244
|
@ -114,6 +114,7 @@ int grib_decode_double_array(const unsigned char* p, long *bitp, long bitsPerVal
|
|||
}
|
||||
x=((lvalue*s)+reference_value)*d;
|
||||
val[i] = (double)x;
|
||||
/* *bitp += bitsPerValue * n_vals; */
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue