Skip to content

Commit

Permalink
FEEvaluationData: add virtual destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum committed Aug 16, 2022
1 parent f8d87ff commit b62c728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/deal.II/matrix_free/fe_evaluation_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ class FEEvaluationData
FEEvaluationData &
operator=(const FEEvaluationData &other);

/**
* Destructor.
*/
virtual ~FEEvaluationData() = default;

/**
* Sets the pointers for values, gradients, hessians to the central
* scratch_data_array inside the given scratch array, for a given number of
Expand Down

0 comments on commit b62c728

Please sign in to comment.