Skip to content

Commit

Permalink
Revert "#413 Code smells fix"
Browse files Browse the repository at this point in the history
This reverts commit d93be8e.
  • Loading branch information
barondim committed Jul 11, 2024
1 parent d93be8e commit 3904f57
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 3904f57

Please sign in to comment.