Skip to content
Snippets Groups Projects
Commit c1eadfa0 authored by Michele Veltri's avatar Michele Veltri
Browse files

Update file G4EmParameters.cc

parent 27cb71a1
No related tags found
1 merge request!102Draft: backport-fix-for-G4GammaGeneralProcess
......@@ -455,7 +455,8 @@ void G4EmParameters::SetGeneralProcessActive(G4bool val)
gener = val;
// if general interaction is enabled then sub-cutoff and
// force interaction options should be disabled
if(gener) { fBParameters->Initialise(); }
// *** Comment the following line to backport a bug fix from G4v11r0
//if(gener) { fBParameters->Initialise(); }
}
G4bool G4EmParameters::GeneralProcessActive() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment