Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -148,7 +148,7 @@ G4bool G4MPIToolsManager::Receive(G4int nofActiveT,
if ( G4int(hs.size()) != nofActiveT ) {
G4ExceptionDescription description;
description << " srank: " << srank << " : got " << hs.size() << " objects, "
<< "while " << nofActiveT << " were exepected." << G4endl;
<< "while " << nofActiveT << " were expected." << G4endl;
G4Exception("G4H1ToolsManager::Receieve",
"Analysis_W031", JustWarning, description);
return false;