Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ G4int G4UImanager::ApplyCommand(const char* aCmd)
if(aCommand.isNull())
return fAliasNotFound;
if(verboseLevel) {
fLastCommandOutputTreated = false;
if (isMaster) fLastCommandOutputTreated = false;
G4cout << aCommand << G4endl;
}
G4String commandString;