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 unused check in mpi/tria_copy_triangulation #4231

Merged
merged 1 commit into from Apr 8, 2017

Conversation

masterleinad
Copy link
Member

In cell1 != tr.end(), cell2 != new_tr.end(); the result of the first check is never used. However, it should be sufficient to only have one of these two if we first check that the number of active cells is the same.

@tjhei tjhei merged commit 73c0545 into dealii:master Apr 8, 2017
@masterleinad masterleinad deleted the fix_test branch October 16, 2017 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants