From 7e7ed75fd640a19b0687c1c674caae6ef818224d Mon Sep 17 00:00:00 2001 From: ebrianne <eldwan.brianne@desy.de> Date: Tue, 5 Mar 2019 19:26:41 +0100 Subject: [PATCH] Corrected coding error --- DDG4/src/Geant4StepHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/src/Geant4StepHandler.cpp b/DDG4/src/Geant4StepHandler.cpp index 0af80023e..26ebb3a40 100644 --- a/DDG4/src/Geant4StepHandler.cpp +++ b/DDG4/src/Geant4StepHandler.cpp @@ -122,7 +122,7 @@ double Geant4StepHandler::birkAttenuation() const { #if G4VERSION_NUMBER >= 1003 s_emSaturation.InitialiseG4Saturation(); -#else +#endif double energyDeposition = step->GetTotalEnergyDeposit(); double length = step->GetStepLength(); -- GitLab