Skip to content
Snippets Groups Projects
Commit 18706dc4 authored by Sam Jenkins's avatar Sam Jenkins
Browse files

Re #24032 fixed cppcheck warning

parent 4537e081
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,6 @@ void SetSampleMaterial::exec() { ...@@ -157,7 +157,6 @@ void SetSampleMaterial::exec() {
} }
ReadMaterial reader; ReadMaterial reader;
const std::string chemicalSymbol = getProperty("ChemicalFormula");
params.coherentXSection = getProperty("CoherentXSection"); params.coherentXSection = getProperty("CoherentXSection");
params.incoherentXSection = getProperty("IncoherentXSection"); params.incoherentXSection = getProperty("IncoherentXSection");
params.attenuationXSection = getProperty("AttenuationXSection"); params.attenuationXSection = getProperty("AttenuationXSection");
......
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