--------------------------------------------------------------------
| 841 | |
| 842 | // -------------------------------------------------------------------- |
| 843 | void G4UImanager::SetUpForAThread(G4int tId) |
| 844 | { |
| 845 | threadID = tId; |
| 846 | G4iosInitialization(); |
| 847 | threadCout = new G4MTcoutDestination(threadID); |
| 848 | threadCout->SetIgnoreCout(igThreadID); |
| 849 | } |
| 850 | |
| 851 | // -------------------------------------------------------------------- |
| 852 | void G4UImanager::SetUpForSpecialThread(const G4String& pref) |
no test coverage detected