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

(-)geant4.10.02.p02/source/geometry/navigation/src/G4ReplicaNavigation.cc (-1 / +1 lines)
Lines 355-361 Link Here
355
    compS = -sinSPhi*localDirection.x()+cosSPhi*localDirection.y();
355
    compS = -sinSPhi*localDirection.x()+cosSPhi*localDirection.y();
356
    compE = -sinSPhi*localDirection.x()-cosSPhi*localDirection.y();
356
    compE = -sinSPhi*localDirection.x()-cosSPhi*localDirection.y();
357
357
358
    if ( (pDistS<=0)&&(pDistE<=0) )
358
    if ( (pDistS<=halfkCarTolerance)&&(pDistE<=halfkCarTolerance) )
359
    {
359
    {
360
      // Inside both phi *full* planes
360
      // Inside both phi *full* planes
361
      //
361
      //

Return to problem 1902