--------------------------------------------------------------------
| 202 | |
| 203 | // -------------------------------------------------------------------- |
| 204 | void G4UIcmdWith3VectorAndUnit::SetDefaultUnit(const char* defUnit) |
| 205 | { |
| 206 | G4UIparameter* untParam = GetParameter(3); |
| 207 | untParam->SetOmittable(true); |
| 208 | untParam->SetDefaultValue(defUnit); |
| 209 | SetUnitCategory(CategoryOf(defUnit)); |
| 210 | } |
nothing calls this directly
no test coverage detected