--------------------------------------------------------------------
| 41 | |
| 42 | // -------------------------------------------------------------------- |
| 43 | G4int G4UIcmdWithAnInteger::GetNewIntValue(const char* paramString) |
| 44 | { |
| 45 | return ConvertToInt(paramString); |
| 46 | } |
| 47 | |
| 48 | // -------------------------------------------------------------------- |
| 49 | void G4UIcmdWithAnInteger::SetParameterName(const char* theName, G4bool omittable, |
no outgoing calls