Import Geant4 11.4.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!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 2025-12-07 Vladimir Ivanchenko (phys-list-V11-03-06)
|
||||
- G4PhysListFactory - fixed trivial Coverity warning
|
||||
|
||||
## 2025-11-12 Vladimir Ivanchenko (phys-list-V11-03-05)
|
||||
- G4PhysListFactory - for HP physics use the default EM constructor as it was
|
||||
in Geant4 11.3.
|
||||
|
||||
@@ -146,7 +146,7 @@ G4PhysListFactory::GetReferencePhysList(const G4String& name)
|
||||
for (std::size_t i=1; i<nlists_em; ++i) {
|
||||
if (listnames_em[i] == ss) {
|
||||
em_opt = i;
|
||||
em_name = ss;
|
||||
em_name = std::move(ss);
|
||||
n -= 4;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user