Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -126,9 +126,9 @@ void DMXParticleSource::SetHalfZ(G4double zhalf)
|
||||
halfz = zhalf;
|
||||
}
|
||||
|
||||
void DMXParticleSource::SetRadius(G4double rad)
|
||||
void DMXParticleSource::SetRadius(G4double radius)
|
||||
{
|
||||
Radius = rad;
|
||||
Radius = radius;
|
||||
}
|
||||
|
||||
void DMXParticleSource::ConfineSourceToVolume(G4String Vname)
|
||||
|
||||
Reference in New Issue
Block a user