Skip to content
Snippets Groups Projects
Commit 1d3f5eec authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

no else after return

parent 8ff7f4e0
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,7 @@ IInterferenceFunctionStrategy::evaluateSinglePoint(const SimulationElement& sim_
{
if (!m_polarized)
return scalarCalculation(sim_element);
else
return polarizedCalculation(sim_element);
return polarizedCalculation(sim_element);
}
//! Performs a Monte Carlo integration over the bin for the evaluation of the intensity.
......
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