Skip to content

Commit

Permalink
Merge branch 'master' into 428_SA_when_finalStates_are_dumped_in_cont…
Browse files Browse the repository at this point in the history
…ingencies_reorder_them_in_a_clean_folder_similarly_to_constraints_logs
  • Loading branch information
rosiereflo authored Nov 28, 2024
2 parents ddf28fb + f2baec6 commit 6e74091
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 6e74091

Please sign in to comment.