Import Geant4 11.1.1 source tree
This commit is contained in:
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2022-12-30 Vladimir Ivanchenko (phys-util-V11-00-10)
|
||||
- G4HadProcesses - avoid double instantiation of capture cross section
|
||||
|
||||
## 2022-11-24 Gabriele Cosmo (phys-util-V11-00-09)
|
||||
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
|
||||
|
||||
|
||||
@@ -194,7 +194,6 @@ void G4HadProcesses::BuildNeutronInelasticAndCapture(G4HadronicProcess* nInel)
|
||||
auto neutron = G4Neutron::Neutron();
|
||||
G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper();
|
||||
nInel->AddDataSet(new G4NeutronInelasticXS());
|
||||
nCap->AddDataSet(new G4NeutronCaptureXS());
|
||||
ph->RegisterProcess(nInel, neutron);
|
||||
ph->RegisterProcess(nCap, neutron);
|
||||
if( param->ApplyFactorXS() ) {
|
||||
|
||||
Reference in New Issue
Block a user