-
Notifications
You must be signed in to change notification settings - Fork 43
Sample mesh manager bug fix #258
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
Conversation
|
I have verified that this PR fixes issue #242. Thanks @dylan-copeland ! |
|
Thanks @JacobLotz for the review. Sorry I did not see your issue. In the future, assigning me to an issue should help. |
ckendrick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, that some other PRs also have this unused variable that keeps being copied to new examples. Since this PR is already approved, I think other PRs will either have the variable removed when merging with |
* Bug fix. * Cleaning up a few things.
* Bug fix. * Cleaning up a few things.
The only real change in this PR is at line 887 of lib/mfem/SampleMesh.cpp in the master branch. Part of the verification on that line should be done only after the loop over all spaces. This is just a sanity check, and the changes in this PR should have no effect on any results. Other changes in this PR are just to clean up some unused variables, long lines, etc.