Skip to content
Snippets Groups Projects
Commit dabc4fbe authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Bug-fix: copying sim elements in Simulation

Redmine: #1910
parent 3a13883f
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ Simulation::Simulation(const Simulation& other)
, m_options(other.m_options)
, m_distribution_handler(other.m_distribution_handler)
, m_progress(other.m_progress)
, m_sim_elements(other.m_sim_elements)
, m_instrument(other.m_instrument)
{
if (other.mP_background)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment