Import Geant4 8.3.0 source tree
This commit is contained in:
@@ -380,7 +380,8 @@ void G4RKPropagation::Transport(G4KineticTrackVector & active,
|
||||
G4ThreeVector posold=kt->GetPosition();
|
||||
|
||||
// if (currentField->GetField(kt->GetPosition()) > kt->GetProjectilePotential() ||
|
||||
if (! FieldTransport(kt, currTimeStep)) {
|
||||
if ( currTimeStep > 0 &&
|
||||
! FieldTransport(kt, currTimeStep)) {
|
||||
FreeTransport(kt,currTimeStep);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user