Import Geant4 7.0.0 source tree
This commit is contained in:
@@ -131,7 +131,7 @@ class G4ParticleChange;
|
||||
|
||||
virtual void ResetNumberOfInteractionLengthLeft()
|
||||
{
|
||||
G4VProcess::theNumberOfInteractionLengthLeft = -log( G4UniformRand() );
|
||||
G4VProcess::theNumberOfInteractionLengthLeft = -std::log( G4UniformRand() );
|
||||
theInitialNumberOfInteractionLength = G4VProcess::theNumberOfInteractionLengthLeft;
|
||||
// hpw ReStarted = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user