-
Notifications
You must be signed in to change notification settings - Fork 11
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 for connectivity offset from WriteVTK #23
Conversation
Ah well. Clearly something with my whitespace formatting is still auto formatting. I'll leave this one up and try to figure out how I can eliminate that in the future. |
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.
Great, thanks a lot for the the contribution. I've left a few minor comments, but once resolved, this can be merged.
Co-authored-by: Michael Schlottke-Lakemper <michael@sloede.com>
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.
LGTM and ready to merge once all tests pass
The Windows tests are failing due to a know (but intermittent) issue with decompression, thus I'll go forward and merge this manually. |
Increment connectivity in get_cells by one in order to match WriteVTK output. Had to increment the manual connectivity test case by one as well.
This is a partial fix for #21.