Skip to content
Snippets Groups Projects
Commit 443d18c2 authored by Vangelis Kourlitis's avatar Vangelis Kourlitis
Browse files

minor but good coding

parent 41949283
Branches
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
MyPrimaryGeneratorMessenger::MyPrimaryGeneratorMessenger(MyPrimaryGeneratorAction *gun) : G4UImessenger(),
fTheGun(gun), fGunDirectory(nullptr), fPrimaryTypeCmd(nullptr), fPrimaryEnergyCmd(nullptr), fPrimaryDirCmd(nullptr) {
fTheGun(gun), fGunDirectory(nullptr), fPrimaryTypeCmd(nullptr), fPrimaryEnergyCmd(nullptr), fPrimaryDirCmd(nullptr), fPrimaryPosCmd(nullptr) {
fGunDirectory = new G4UIdirectory("/mygun/");
fGunDirectory->SetGuidance("gun control");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment