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

Do not mark functions as 'virtual' if not necessary. #5471

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

bangerth
Copy link
Contributor

@bangerth bangerth commented Nov 2, 2023

Specifically, in these two cases, the functions are 'private', so could only possibly be usefully marked 'virtual' if that interface existed in the base class -- but it doesn't. I think it was simply a mistake to mark them as 'virtual' to begin with.

Specifically, in these two cases, the functions are 'private', so could only possibly
be usefully marked 'virtual' if that interface existed in the base class -- but
it doesn't. I think it was simply a mistake to mark them as 'virtual' to begin
with.
@bangerth
Copy link
Contributor Author

bangerth commented Nov 2, 2023

The one CI check is due to a github outage earlier today.

@tjhei tjhei merged commit 21d0638 into geodynamics:main Nov 2, 2023
5 checks passed
@bangerth bangerth deleted the virtual branch November 2, 2023 16:28
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.

2 participants