Skip to content
Snippets Groups Projects
Commit 170f796a authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Add missing 'override' keyword

parent 383f08e6
No related branches found
No related tags found
1 merge request!182Cleanup of the Simo-Fox shell energy, etc
......@@ -73,7 +73,7 @@ namespace Dune::GFE
}
// Construct a copy of this density but using 'adouble' as the number type
virtual std::unique_ptr<LocalDensity<ElementOrIntersection,ATargetSpace> > makeActiveDensity() const
virtual std::unique_ptr<LocalDensity<ElementOrIntersection,ATargetSpace> > makeActiveDensity() const override
{
// The active dune-elasticity density
auto activeDensity = elasticityDensity_->makeActiveDensity();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment