linuxdvb rotor: Fix a little typo in USALS formula
This commit is contained in:
parent
abea3ddee0
commit
932ade39e8
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ sat_angle( linuxdvb_rotor_t *lr, linuxdvb_satconf_ele_t *ls )
|
|||
if (lsp->ls_site_lon_west)
|
||||
site_lon = 360 - site_lon;
|
||||
if (sat_lon < 0)
|
||||
sat_lon = 360 - sat_lon;
|
||||
sat_lon = 360 + sat_lon;
|
||||
|
||||
double azimuth, elevation;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue