--------------------------------------------------------------------
| 44 | |
| 45 | // -------------------------------------------------------------------- |
| 46 | void G4WorkerThread::SetThreadId(G4int tid) |
| 47 | { |
| 48 | threadId = tid; |
| 49 | } |
| 50 | |
| 51 | // -------------------------------------------------------------------- |
| 52 | G4int G4WorkerThread::GetThreadId() const |
no outgoing calls
no test coverage detected