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

comment -> issue #820

parent a4fe9b9a
No related branches found
No related tags found
1 merge request!2091Correct computation of pixels in Detector2D: true alpha depends on phi (#816)
Pipeline #118821 passed
......@@ -65,7 +65,7 @@ size_t Detector2D::indexOfSpecular(const Beam& beam) const
double alpha = beam.alpha_i();
double phi = beam.phi_i();
if (alpha + phi < 0)
return -1;
return -1; // issue #820
// return getGlobalIndex(
return totalSize();
}
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