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

...

parent cb1558d1
No related branches found
No related tags found
1 merge request!1257more little cleanup
......@@ -122,10 +122,8 @@ std::vector<DiffuseElement> ISimulation2D::generateElements(const Beam& beam)
const double alpha_i = beam.alpha_i();
const double phi_i = beam.phi_i();
const SpinMatrix beam_polMatrices = beam.polMatrix();
const SpinMatrix analyzer_operator = m_detector->analyzer().matrix();
const size_t i_specular = m_detector->indexOfSpecular(beam);
const size_t N = m_active_indices.size();
std::vector<DiffuseElement> result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment