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

+ separator

parent 03de030b
No related branches found
No related tags found
1 merge request!154further simplification of ProcessedSample
Pipeline #40401 passed
...@@ -131,6 +131,10 @@ std::unique_ptr<IFresnelMap> fresnelify(const MultiLayer& sample, const SliceSta ...@@ -131,6 +131,10 @@ std::unique_ptr<IFresnelMap> fresnelify(const MultiLayer& sample, const SliceSta
} // namespace } // namespace
// ************************************************************************************************
// class implementation
// ************************************************************************************************
ProcessedSample::ProcessedSample(const MultiLayer& sample, const SimulationOptions& options, ProcessedSample::ProcessedSample(const MultiLayer& sample, const SimulationOptions& options,
bool forcePolarized) bool forcePolarized)
: m_polarized{forcePolarized || sample.isMagnetic()} : m_polarized{forcePolarized || sample.isMagnetic()}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment