Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -658,7 +658,6 @@ void G4ITNavigator::CheckNavigatorState() const
|
||||
|
||||
G4Exception("G4ITNavigator::CheckNavigatorStateIsValid",
|
||||
"NavigatorStateNotValid",FatalException,exceptionDescription);
|
||||
exit(-1);
|
||||
return;
|
||||
}
|
||||
}
|
||||
@@ -684,7 +683,6 @@ void G4ITNavigator::NewNavigatorState()
|
||||
|
||||
G4Exception("G4ITNavigator::NewNavigatorState",
|
||||
"NoWorldVolume",FatalException,exceptionDescription);
|
||||
exit(-1);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -704,7 +702,6 @@ G4VPhysicalVolume* G4ITNavigator::NewNavigatorStateAndLocate(const G4ThreeVector
|
||||
|
||||
G4Exception("G4ITNavigator::NewNavigatorStateAndLocate",
|
||||
"NoWorldVolume",FatalException,exceptionDescription);
|
||||
exit(-1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user