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

Fix a mistaken assertion that only succeeds by accident. #7960

Merged
merged 1 commit into from Apr 25, 2019

Conversation

bangerth
Copy link
Member

Specifically, it succeeds because we get a pointer to the first of a block of
elements where the size of the block is greater than one. If one had a 1-point
quadrature formula, the assertion would fail.

See also the discussion in https://github.com/dealii/dealii/pull/6747/files#r277197764
as part of #6747.

Specifically, it succeeds because we get a pointer to the first of a block of
elements where the size of the block is greater than one. If one had a 1-point
quadrature formula, the assertion would fail.
@bangerth bangerth mentioned this pull request Apr 24, 2019
6 tasks
@bangerth
Copy link
Member Author

This is about as minimal as it gets for patches :-)

@tamiko
Copy link
Member

tamiko commented Apr 24, 2019

I was thinking about whether I can suggest changes that triple, or quadruple the size of the changeset 😝

@bangerth
Copy link
Member Author

As long as you don't ask me to come up with a more concise, less verbose fix it's all good :-)

@kronbichler
Copy link
Member

/rebuild

@luca-heltai luca-heltai merged commit 6ffd2e2 into dealii:master Apr 25, 2019
@bangerth bangerth deleted the fix-18 branch April 25, 2019 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants