Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
+2
View File
@@ -5,6 +5,8 @@ which **must** added in reverse chronological order (newest at the top).
It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2024-07-18 Hans Wenzel (op-V11-02-01)
- G4OpWLS2.cc: change SetProcessSubType from fOpWLS to fOpWLS2
## 2024-05-24 Daren Sawkey (op-V11-02-00)
- G4OpBoundaryProcess: Calculate Fresnel reflection/refraction correctly when
+1 -1
View File
@@ -56,7 +56,7 @@ G4OpWLS2::G4OpWLS2(const G4String& processName, G4ProcessType type)
{
WLSTimeGeneratorProfile = nullptr;
Initialise();
SetProcessSubType(fOpWLS);
SetProcessSubType(fOpWLS2);
theIntegralTable = nullptr;
if(verboseLevel > 0)