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

Minor updates to step-62. #15317

Merged
merged 1 commit into from Jun 6, 2023
Merged

Minor updates to step-62. #15317

merged 1 commit into from Jun 6, 2023

Conversation

bangerth
Copy link
Member

@bangerth bangerth commented Jun 6, 2023

We don't actually need to create a std::vector here; in the loop, we don't need to copy the string; in a comparison, don't create a temporary string (there is an overloaded operator== for char* right hand sides).

@marcfehling marcfehling merged commit 2eade69 into dealii:master Jun 6, 2023
13 of 14 checks passed
@bangerth bangerth deleted the 62 branch June 7, 2023 15:40
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