--------------------------------------------------------------------
| 157 | |
| 158 | // -------------------------------------------------------------------- |
| 159 | void G4UIcmdWithADoubleAndUnit::SetDefaultValue(G4double defVal) |
| 160 | { |
| 161 | G4UIparameter* theParam = GetParameter(0); |
| 162 | theParam->SetDefaultValue(defVal); |
| 163 | } |
| 164 | |
| 165 | // -------------------------------------------------------------------- |
| 166 | void G4UIcmdWithADoubleAndUnit::SetUnitCategory(const char* unitCategory) |