View | Details | Raw Unified | Return to problem 1017
Collapse All | Expand All

(-)src/G4CoupledTransportation.cc (+3 lines)
Lines 395-400 Link Here
395
      fTransportEndKineticEnergy  = track.GetKineticEnergy();
396
      fTransportEndKineticEnergy  = track.GetKineticEnergy();
396
397
397
      fTransportEndPosition = startPosition;
398
      fTransportEndPosition = startPosition;
399
400
      endTrackState= theFieldTrack;  // Ensures that time is updated
401
398
      // If the step length requested is 0, and we are on a boundary
402
      // If the step length requested is 0, and we are on a boundary
399
      //   then a boundary will also limit the step.
403
      //   then a boundary will also limit the step.
400
      if( startMassSafety == 0.0 )
404
      if( startMassSafety == 0.0 )

Return to problem 1017