Clang static analyser: Dead increment

This commit is contained in:
Shahram Najm 2020-02-12 17:47:14 +00:00
parent defe1b6803
commit 40270d7bcf
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ static int init(grib_iterator* iter, grib_handle* h, grib_arguments* args)
lop *= 1e-6;
if (lap != 0.0)
return GRIB_NOT_IMPLEMENTED;
lap *= DEG2RAD;
/*lap *= DEG2RAD;*/
lop *= DEG2RAD;
orient_angle = orientationInDegrees;