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

- Doxy formatting of TODO note

parent cded3884
No related branches found
No related tags found
2 merge requests!1605from hotfix 20.1: fix #549, #553,!1603correct prefactor for scattering from rough interfaces (error in Schlomka et. al, fixes #553)
...@@ -131,6 +131,6 @@ double compute::roughMultiLayerContribution(const ReSample& re_sample, const Dif ...@@ -131,6 +131,6 @@ double compute::roughMultiLayerContribution(const ReSample& re_sample, const Dif
} }
} }
} }
//! @TODO clarify complex vs double // TODO clarify complex vs double
return (autocorr + crosscorr.real()) * M_PI / 4. / wavelength / wavelength; return (autocorr + crosscorr.real()) * M_PI / 4. / wavelength / wavelength;
} }
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