Import Geant4 11.2.0.beta source tree
This commit is contained in:
@@ -160,7 +160,7 @@ G4VIntersectionLocator::IntersectChord( const G4ThreeVector& StartPointA,
|
||||
IntersectionPoint = StartPointA + LinearStepLength * ChordAB_Dir;
|
||||
}
|
||||
}
|
||||
if( ptrCalledNavigator )
|
||||
if( ptrCalledNavigator != nullptr )
|
||||
{
|
||||
*ptrCalledNavigator = CalledNavigator;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user