This commit is contained in:
Shahram Najm 2016-12-07 13:37:11 +00:00
parent a91c8912a4
commit b532a38244
1 changed files with 1 additions and 0 deletions

View File

@ -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