From 9cdf9f6c458e1e625325ccf5971ecfdd2cb317b4 Mon Sep 17 00:00:00 2001 From: deserevi <deserevi@nptool> Date: Fri, 28 Aug 2009 11:55:10 +0000 Subject: [PATCH] * First import correction - copy / paste error in MUST2array.cc --- NPSimulation/src/MUST2Array.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NPSimulation/src/MUST2Array.cc b/NPSimulation/src/MUST2Array.cc index b290d36df..742c58127 100644 --- a/NPSimulation/src/MUST2Array.cc +++ b/NPSimulation/src/MUST2Array.cc @@ -42,8 +42,7 @@ MUST2Array::MUST2Array() } MUST2Array::~MUST2Array() -434204366z? - +{ delete m_MaterialAluminium; delete m_MaterialIron; delete m_MaterialCsI; @@ -51,6 +50,7 @@ MUST2Array::~MUST2Array() delete m_MaterialMyl; delete m_MaterialHarvar; } + //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void MUST2Array::AddTelescope(G4ThreeVector X1_Y1 , G4ThreeVector X128_Y1 , -- GitLab