Skip to content

Commit

Permalink
Apply minor style changes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
EricMEsch authored Sep 12, 2024
1 parent 83eafe1 commit 34feff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/RMGGrabmayrGCReader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ void RMGGrabmayrGCReader::DefineCommands() {

RMGGrabmayrGCReader::GCMessenger::GCMessenger(RMGGrabmayrGCReader* reader) : fReader(reader) {
fGammaFileCmd = new G4UIcommand("/RMG/GrabmayrGammaCascades/SetGammaCascadeFile", this);
fGammaFileCmd->SetGuidance("Set the Z, A and /path/to/file for the gamma cascade employed upon "
"neutron capture on said isotope");
fGammaFileCmd->SetGuidance("Set a gamma cascade file for neutron capture on a specified isotope");

auto p_Z = new G4UIparameter("Z", 'i', false);
p_Z->SetGuidance("Z of isotope");
Expand Down

0 comments on commit 34feff3

Please sign in to comment.