We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2667c5a commit fe1364fCopy full SHA for fe1364f
src/remollSteppingAction.cc
@@ -26,13 +26,13 @@ void remollSteppingAction::InitializeMaterials()
26
27
// Find kryptonite materials in material tables
28
G4MaterialTable* table = G4Material::GetMaterialTable();
29
- G4cout << "Loading kryptonite materials table." << G4endl;
+ G4cout << "Loading kryptonite materials table..." << G4endl;
30
for (G4MaterialTable::const_iterator
31
it = table->begin();
32
it != table->end(); it++) {
33
if (materials.find((*it)->GetName()) != materials.end()) {
34
fKryptoniteMaterials.insert(*it);
35
- G4cout << "Treating " << (*it) << " (" << (*it)->GetName() << ") as kryptonite." << G4endl;
+ G4cout << "Treating " << (*it)->GetName() << " as kryptonite." << G4endl;
36
}
37
38
0 commit comments