Skip to content
Snippets Groups Projects
Commit fabdacc2 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Fixed unused variable warning

parent 11577d60
No related branches found
No related tags found
2 merge requests!40Release of v104r2p1,!39Test v104r2 with updated option1NoApplyCuts PhysList
......@@ -196,7 +196,7 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
G4MuMultipleScattering* pmsc = new G4MuMultipleScattering();
pmsc->AddEmModel(0, new G4WentzelVIModel());
G4CoulombScattering* pss = new G4CoulombScattering();
// G4CoulombScattering* pss = new G4CoulombScattering();
G4hMultipleScattering* hmsc = new G4hMultipleScattering("ionmsc");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment