Skip to content
Snippets Groups Projects
Commit 9df6e52b authored by Raees Khan's avatar Raees Khan
Browse files

Removing lines causing excessive Verbosity

parent 9a5df169
No related branches found
No related tags found
1 merge request!137Fsl user actions
...@@ -356,7 +356,7 @@ void FSLMainWindow::configure_g4ui_command() ...@@ -356,7 +356,7 @@ void FSLMainWindow::configure_g4ui_command()
} }
g4ui_commands.push_back("/process/list"); // g4ui_commands.push_back("/process/list");
......
...@@ -144,7 +144,7 @@ void FSLPrimaryGeneratorAction::SetPrimaryName(const G4String& pname) { ...@@ -144,7 +144,7 @@ void FSLPrimaryGeneratorAction::SetPrimaryName(const G4String& pname) {
fPrimaryParticleName = pname; fPrimaryParticleName = pname;
gPrimaryType = fPrimaryParticleName; gPrimaryType = fPrimaryParticleName;
fIsUserPrimaryType = true; fIsUserPrimaryType = true;
std::cout<<"Primary name: "<<pname<<std::endl; //std::cout<<"Primary name: "<<pname<<std::endl;
} }
void FSLPrimaryGeneratorAction::SetPrimaryDirection(const G4ThreeVector &pdir) { void FSLPrimaryGeneratorAction::SetPrimaryDirection(const G4ThreeVector &pdir) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment