--------------------------------------------------------------------
| 979 | |
| 980 | // -------------------------------------------------------------------- |
| 981 | void G4RunManager::SetUserAction(G4UserRunAction* userAction) |
| 982 | { |
| 983 | userRunAction = userAction; |
| 984 | } |
| 985 | |
| 986 | // -------------------------------------------------------------------- |
| 987 | void G4RunManager::SetUserAction(G4VUserPrimaryGeneratorAction* userAction) |
no outgoing calls
no test coverage detected