Import Geant4 10.7.2 source tree

This commit is contained in:
Gabriele Cosmo
2021-06-14 10:01:31 +02:00
parent 3dfcdb544e
commit c968e26a39
271 changed files with 26365 additions and 21942 deletions
+2 -2
View File
@@ -2014,7 +2014,7 @@ G4int G4UIQt::ReceiveG4cout (
const G4String& aString
)
{
if (!aString) return 0;
if(aString.empty()) return 0;
#ifdef G4MULTITHREADED
G4AutoLock al(&ReceiveG4coutMutex);
@@ -2105,7 +2105,7 @@ G4int G4UIQt::ReceiveG4cerr (
const G4String& aString
)
{
if (!aString) return 0;
if (aString.empty()) return 0;
#ifdef G4MULTITHREADED
G4AutoLock al(&ReceiveG4cerrMutex);