Skip to content
Snippets Groups Projects
Commit 114f480b authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing bug in W1 simulation

        - Delation of material owned by the material manager is not
          allowed
parent 826d8930
No related branches found
No related tags found
No related merge requests found
...@@ -70,10 +70,6 @@ W1::W1() ...@@ -70,10 +70,6 @@ W1::W1()
W1::~W1() W1::~W1()
{ {
delete m_Event; delete m_Event;
delete m_MaterialAluminium;
delete m_MaterialSilicon;
delete m_MaterialIron;
delete m_MaterialVacuum ;
} }
......
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