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

Remove an unused member variable and use a nicer output path #1554

Merged
merged 2 commits into from
Sep 10, 2017

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Sep 9, 2017

See the last comment of #1552.

@@ -26,7 +26,6 @@ public partial class PrincipiaPluginAdapter
"principia_initial_state";
private const String principia_gravity_model_config_name =
"principia_gravity_model";
private const double Δt = 10;
Copy link
Member

Choose a reason for hiding this comment

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

In light of the "Δt trainwreck" I am going to ask that all the member variables at lines 19-28 be renamed to have a trailing underscore.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@pleroy pleroy added the LGTM label Sep 10, 2017
@pleroy pleroy merged commit 5f0301b into mockingbirdnest:master Sep 10, 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