From 114f480bf60f40de4b50ed99564ca05f4f6ad3bb Mon Sep 17 00:00:00 2001 From: matta adrien <matta@lpccaen.in2p3.fr> Date: Mon, 10 Oct 2016 14:11:38 +0200 Subject: [PATCH] * Fixing bug in W1 simulation - Delation of material owned by the material manager is not allowed --- NPSimulation/Detectors/W1/W1.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NPSimulation/Detectors/W1/W1.cc b/NPSimulation/Detectors/W1/W1.cc index b17c92a33..5e0f8debf 100644 --- a/NPSimulation/Detectors/W1/W1.cc +++ b/NPSimulation/Detectors/W1/W1.cc @@ -70,10 +70,6 @@ W1::W1() W1::~W1() { delete m_Event; - delete m_MaterialAluminium; - delete m_MaterialSilicon; - delete m_MaterialIron; - delete m_MaterialVacuum ; } -- GitLab