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

LocalDensity: Make destructor virtual

This is required in any class that has virtual methods.
parent 731f8649
No related branches found
No related tags found
1 merge request!93Improve the MooneyRivlinDensity class
Pipeline #17549 failed
...@@ -18,6 +18,9 @@ class LocalDensity ...@@ -18,6 +18,9 @@ class LocalDensity
public: public:
virtual ~LocalDensity()
{}
/** \brief Evaluation with the deformation gradient /** \brief Evaluation with the deformation gradient
* *
* \param x Position of the gradient * \param x Position of the gradient
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment