Skip to content
Snippets Groups Projects

Resample: minor simplification; improved comment

Merged Wuttke, Joachim requested to merge nopol into main
4 files
+ 9
12
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -25,7 +25,7 @@ namespace {
// class implementation
// ************************************************************************************************
reLayout::reLayout(bool /*polarized*/, double surface_density,
reLayout::reLayout(double surface_density,
std::vector<std::unique_ptr<const CoherentFFSum>>&& formfactors,
const IInterference* iff, std::map<size_t, Admixtures>&& slice2admixtures)
: m_surface_density(surface_density)
Loading