Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -14,6 +14,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------*
|
||||
|
||||
18-05-2022, G. Cosmo, emdna-V10-07-16
|
||||
- G4ITTransportation: fixed misuse of bitwise '|' operator instead of logical.
|
||||
|
||||
8-11-2021, H. Tran, emdna-V10-07-15
|
||||
- corrected Circular dependencies for mesoscopic model
|
||||
- corrected the problem in IRT
|
||||
|
||||
@@ -943,7 +943,7 @@ G4VParticleChange* G4ITTransportation::PostStepDoIt(const G4Track& track,
|
||||
|
||||
// Update the Step flag which identifies the Last Step in a volume
|
||||
isLastStep = fLinearNavigator->ExitedMotherVolume()
|
||||
| fLinearNavigator->EnteredDaughterVolume();
|
||||
|| fLinearNavigator->EnteredDaughterVolume();
|
||||
|
||||
#ifdef G4DEBUG_TRANSPORT
|
||||
// Checking first implementation of flagging Last Step in Volume
|
||||
|
||||
Reference in New Issue
Block a user