Skip to content
Snippets Groups Projects
Commit 8a63d26d authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

+ comm

parent 282befe9
No related branches found
No related tags found
1 merge request!1748new dir rawEx/offspec; uniform directory name MiniExamples; minor cleanup
......@@ -43,6 +43,7 @@ double IInterparticleStrategy::evaluate(const DiffuseElement& ele) const
double IInterparticleStrategy::evaluateSinglePoint(const DiffuseElement& ele) const
{
// functions (scalar|polarized)Calculation are implemented in child classes
if (!m_polarized)
return scalarCalculation(ele);
return polarizedCalculation(ele);
......
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