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 69dbb7a commit 427678eCopy full SHA for 427678e
SimG4Core/Application/src/LowEnergyFastSimModel.cc
@@ -28,7 +28,7 @@ LowEnergyFastSimModel::LowEnergyFastSimModel(const G4String& name, G4Region* reg
28
fPositron = G4Positron::Positron();
29
fMaterial = nullptr;
30
auto table = G4Material::GetMaterialTable();
31
- for (auto const & mat : *table) {
+ for (auto const& mat : *table) {
32
G4String nam = mat->GetName();
33
size_t n = nam.size();
34
if (n > 4) {
0 commit comments