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

outcomment use of mangledScan -> 1 test broken

parent 1195084e
No related branches found
No related tags found
1 merge request!912hold polarization in ISpecularScan
...@@ -132,9 +132,9 @@ void SpecularSimulation::initElementVector() ...@@ -132,9 +132,9 @@ void SpecularSimulation::initElementVector()
ASSERT(m_scan); ASSERT(m_scan);
// TODO: remove if statement when pointwise resolution is implemented // TODO: remove if statement when pointwise resolution is implemented
if (const auto* aScan = dynamic_cast<const AlphaScan*>(m_scan.get())) // if (const auto* aScan = dynamic_cast<const AlphaScan*>(m_scan.get()))
m_eles = mangledScan(*aScan, beam())->generateElements(polarizerPair()); // m_eles = mangledScan(*aScan, beam())->generateElements(polarizerPair());
else // else
m_eles = m_scan->generateElements(polarizerPair()); m_eles = m_scan->generateElements(polarizerPair());
if (!m_cache.empty()) if (!m_cache.empty())
......
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