Import Geant4 10.7.2 source tree
This commit is contained in:
@@ -16,6 +16,9 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
06 May, 2021 G. Cosmo (intercoms-V10-06-08)
|
||||
- Fixed shadowing compilation warning in G4UImanager reported with gcc-11.
|
||||
|
||||
16 January 2020 John Allison (intercoms-V10-06-07)
|
||||
- G4UImanager:
|
||||
o Introduce flag and access functions for LastCommandOutputTreated.
|
||||
|
||||
@@ -235,7 +235,7 @@ class G4UImanager : public G4VStateDependent
|
||||
G4bool ifAppend = true);
|
||||
void SetCerrFileName(const G4String& fileN = "G4cerr.txt",
|
||||
G4bool ifAppend = true);
|
||||
void SetThreadPrefixString(const G4String& s = "W");
|
||||
void SetThreadPrefixString(const G4String& prefix = "W");
|
||||
void SetThreadUseBuffer(G4bool flg = true);
|
||||
void SetThreadIgnore(G4int tid = 0);
|
||||
void SetThreadIgnoreInit(G4bool flg = true);
|
||||
|
||||
Reference in New Issue
Block a user