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 aca061d commit 60a181eCopy full SHA for 60a181e
SimG4Core/Geometry/src/CMSG4CheckOverlap.cc
@@ -121,11 +121,11 @@ void CMSG4CheckOverlap::makeReportForMaterials(std::ofstream& fout) {
121
<< "\n";
122
fout << "ElementsDump:"
123
124
- G4ElementTable* elmtab = G4Element::GetElementTable();
+ const auto elmtab = G4Element::GetElementTable();
125
fout << *elmtab;
126
fout << "====================================================================="
127
128
- G4MaterialTable* mattab = G4Material::GetMaterialTable();
+ const auto mattab = G4Material::GetMaterialTable();
129
fout << "MaterialsDump:"
130
131
//fout << *mattab << "\n";
0 commit comments