You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In os_cartesian_to_lat_lon() (os_coord_transform.c::54) the value of nu is potentially uninitialised before use on line 64 if the while loop at line 55 is not entered.
The text was updated successfully, but these errors were encountered:
I don't know the algorithm being used. The lat_lon.eh value being set is the Ellipsoidal height which I don't knowingly use. I imagine that nu could be initialised to zero and that would be fine.
In
os_cartesian_to_lat_lon()
(os_coord_transform.c::54) the value ofnu
is potentially uninitialised before use on line 64 if the while loop at line 55 is not entered.The text was updated successfully, but these errors were encountered: