mirror of https://github.com/ecmwf/eccodes.git
Clang static analyser: Dead increment
This commit is contained in:
parent
defe1b6803
commit
40270d7bcf
|
@ -221,7 +221,7 @@ static int init(grib_iterator* iter, grib_handle* h, grib_arguments* args)
|
||||||
lop *= 1e-6;
|
lop *= 1e-6;
|
||||||
if (lap != 0.0)
|
if (lap != 0.0)
|
||||||
return GRIB_NOT_IMPLEMENTED;
|
return GRIB_NOT_IMPLEMENTED;
|
||||||
lap *= DEG2RAD;
|
/*lap *= DEG2RAD;*/
|
||||||
lop *= DEG2RAD;
|
lop *= DEG2RAD;
|
||||||
|
|
||||||
orient_angle = orientationInDegrees;
|
orient_angle = orientationInDegrees;
|
||||||
|
|
Loading…
Reference in New Issue