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

Updated method name in PhysLists for 10.4.1

parent 6bb63cee
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
G4eMultipleScattering* msc = new G4eMultipleScattering;
G4UrbanMscModel* msc1 = new G4UrbanMscModel();
G4WentzelVIModel* msc2 = new G4WentzelVIModel();
msc1->SetNewDisplacementFlag(false);
msc1->SetLateralDisplasmentFlag(false);
msc1->SetHighEnergyLimit(highEnergyLimit);
msc2->SetLowEnergyLimit(highEnergyLimit);
msc->AddEmModel(0, msc1);
......@@ -250,7 +250,7 @@ void G4EmStandardPhysics_option1NoApplyCuts::ConstructProcess()
G4eMultipleScattering* msc = new G4eMultipleScattering;
G4UrbanMscModel* msc1 = new G4UrbanMscModel();
G4WentzelVIModel* msc2 = new G4WentzelVIModel();
msc1->SetNewDisplacementFlag(false);
msc1->SetLateralDisplasmentFlag(false);
msc1->SetHighEnergyLimit(highEnergyLimit);
msc2->SetLowEnergyLimit(highEnergyLimit);
msc->AddEmModel(0, msc1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment