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

Encountering further bugs #1232

Merged
merged 11 commits into from
Mar 8, 2017
Merged

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Mar 8, 2017

No description provided.

@@ -101,6 +103,8 @@ void Part::clear_pile_up() {
if (is_piled_up()) {
IteratorOn<std::list<PileUp>> pile_up = *containing_pile_up_;
for (not_null<Part*> const part : pile_up.iterator()->parts()) {
LOG(INFO) << "removing part " << part->part_id()
Copy link
Member

Choose a reason for hiding this comment

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

Removing

@@ -175,6 +175,8 @@ void PileUp::AdvanceTime(
}

void PileUp::NudgeParts() const {
// TODO(egg): this is wrong! when we have computed a prolongation, we must use
// it there...
Copy link
Member

Choose a reason for hiding this comment

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

there->here?

@@ -417,6 +417,8 @@ void Plugin::InsertUnloadedPart(
1 * Kilogram,
vessel->parent()->current_degrees_of_freedom(current_time_) +
relative);
// NOTE(egg): we do not keep the part; it may disappear just as we load, if
Copy link
Member

Choose a reason for hiding this comment

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

We

@pleroy pleroy added the LGTM label Mar 8, 2017
@eggrobin eggrobin merged commit 850c0ec into mockingbirdnest:Cardano Mar 8, 2017
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.

None yet

2 participants