--------------------------------------------------------------------
| 226 | |
| 227 | // -------------------------------------------------------------------- |
| 228 | G4String G4UIcommand::GetCurrentValue() |
| 229 | { |
| 230 | return messenger->GetCurrentValue(this); |
| 231 | } |
| 232 | |
| 233 | // -------------------------------------------------------------------- |
| 234 | void G4UIcommand::AvailableForStates(G4ApplicationState s1) |
no outgoing calls
no test coverage detected