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

Do not forget the past of histories if that would destroy flight plans #879

Merged
merged 6 commits into from
Feb 13, 2016

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Feb 13, 2016

Fixes #872. Added a check so that similar bugs would be easier to detect in the future.

@@ -56,10 +56,9 @@ DiscreteTrajectory<Frame>::~DiscreteTrajectory() {
}
}

template<typename Frame>
template <typename Frame>
Copy link
Member

Choose a reason for hiding this comment

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

blarg.

@eggrobin eggrobin added the LGTM label Feb 13, 2016
pleroy added a commit that referenced this pull request Feb 13, 2016
Do not forget the past of histories if that would destroy flight plans
@pleroy pleroy merged commit 3e47f25 into mockingbirdnest:master Feb 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants