--------------------------------------------------------------------
| 45 | |
| 46 | // -------------------------------------------------------------------- |
| 47 | G4ThreeVector G4UIcmdWith3Vector::GetNew3VectorValue(const char* paramString) |
| 48 | { |
| 49 | return ConvertTo3Vector(paramString); |
| 50 | } |
| 51 | |
| 52 | // -------------------------------------------------------------------- |
| 53 | void G4UIcmdWith3Vector::SetParameterName(const char* theNameX, const char* theNameY, |
no outgoing calls
no test coverage detected