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

Replace a ReferenceCell function call by a non-deprecated one. #14770

Merged
merged 1 commit into from Feb 13, 2023

Conversation

bangerth
Copy link
Member

@bangerth bangerth commented Feb 8, 2023

ReferenceCell::permute_according_orientation is now deprecated. Use the non-deprecated function instead. This also helps clean up the code slightly because the non-deprecated replacement returns an object of the right length, not one that might be longer than necessary.

While there, I needed to learn about what kinds of objects are being passed around, and that prompted me to replace a few autos by their actual types.

One of these replacements changed the formatting, and then also the leading whitespace. The patch is probably best viewed without showing whitespace.

@bangerth
Copy link
Member Author

bangerth commented Feb 9, 2023

Ping?

@masterleinad
Copy link
Member

/rebuild

@masterleinad
Copy link
Member

/rebuild

1 similar comment
@masterleinad
Copy link
Member

/rebuild

Copy link
Member

@kronbichler kronbichler left a comment

Choose a reason for hiding this comment

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

I like the fact that we now use small_vector instead of std::vector.

@kronbichler kronbichler merged commit f4e89de into dealii:master Feb 13, 2023
@bangerth bangerth deleted the undepr branch February 17, 2023 04:16
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