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

Fix a couple of bugs in flight plan rebasing #2660

Merged
merged 3 commits into from
Aug 2, 2020

Conversation

new_initial_time >= original_flight_plan->desired_final_time()
? new_initial_time + (original_flight_plan->desired_final_time() -
original_flight_plan->initial_time())
: original_flight_plan->desired_final_time(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invest in a variable to give a name to this complicated expression.

Sorry, something went wrong.

@pleroy pleroy added the LGTM label Aug 1, 2020
@eggrobin eggrobin merged commit 5743e3b into mockingbirdnest:master Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants