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

+const

parent 3bdeed39
No related branches found
No related tags found
1 merge request!174hide internals from user docs; rm Doxygen internal groups; make some members const
......@@ -41,7 +41,7 @@ public:
private:
const ProcessedLayout& m_layout;
std::unique_ptr<const IInterparticleStrategy> m_interparticle_strategy;
const std::unique_ptr<const IInterparticleStrategy> m_interparticle_strategy;
};
#endif // BORNAGAIN_CORE_COMPUTATION_PARTICLELAYOUTCOMPUTATION_H
......
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