diff --git a/DDG4/src/Geant4StepHandler.cpp b/DDG4/src/Geant4StepHandler.cpp index 0af80023e46add44c480ce75fa2c914c491e64c3..26ebb3a40c4f53d88d4e739a513385e38c68cc9c 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();