dealii / code-gallery

A collection of codes based on deal.II contributed by deal.II users
Other
44 stars 54 forks source link

Mark all overridden functions with 'override'. #132

Closed bangerth closed 1 year ago

bangerth commented 1 year ago

This was maybe not the most exciting hour I've spent, nor probably the most useful. But we warn these days about virtual functions that are overridden but not marked as override. So this fixes the issue throughout the code gallery and makes sure that we can again compile all programs without warnings.