Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[generators] wrong longitude if > 107deg #808

Closed
flixr opened this issue Aug 20, 2014 · 0 comments
Closed

[generators] wrong longitude if > 107deg #808

flixr opened this issue Aug 20, 2014 · 0 comments
Milestone

Comments

@flixr
Copy link
Member

flixr commented Aug 20, 2014

Since in ocaml the int is only 31bit (always signed) you can't represent large values as integers, the max is 1073741823.
E.g. when generating a flight plan with longitude of > 107 the NAV_LON0 in 1e7deg will wrap to a wrong negative value.

This is related to #793

@flixr flixr closed this as completed in 6b6297a Aug 20, 2014
@flixr flixr added this to the v5.2 milestone Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant