Skip to content

Commit

Permalink
#413 Code smells fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri Baron <[email protected]>
  • Loading branch information
barondim committed Nov 27, 2024
1 parent 4985b9e commit b0e579e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sources/Common/DYNSimulationResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ class SimulationResult {
*/
SimulationResult();

/**
* @brief default destructor
*/
~SimulationResult() = default;

/**
* @brief copy constructor
* @param result : result to copy
Expand Down

0 comments on commit b0e579e

Please sign in to comment.