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

comment

parent 57e51b6d
No related branches found
No related tags found
1 merge request!1028simplify slicing procedures
...@@ -66,7 +66,7 @@ private: ...@@ -66,7 +66,7 @@ private:
const SliceStack& refined_stack); const SliceStack& refined_stack);
const MultiLayer& m_sample; const MultiLayer& m_sample;
const bool m_polarized; const bool m_polarized;
std::vector<ReLayout> m_layouts; // const forbidden by &&-c'tor < needed by tests std::vector<ReLayout> m_layouts; // const forbidden by move c'tor < needed by tests
const SliceStack m_stack; const SliceStack m_stack;
}; };
......
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