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

ReParticle: privatize

parent c5664a4e
No related branches found
No related tags found
1 merge request!1173various minor simplifications in particle context
...@@ -61,10 +61,9 @@ public: ...@@ -61,10 +61,9 @@ public:
virtual complex_t formfactor_at_bottom(C3 q) const; virtual complex_t formfactor_at_bottom(C3 q) const;
protected: private:
std::unique_ptr<const IFormFactor> m_ff; std::unique_ptr<const IFormFactor> m_ff;
// private:
ReParticle(const std::optional<size_t>& i_layer, IFormFactor* ff, const Material* material, ReParticle(const std::optional<size_t>& i_layer, IFormFactor* ff, const Material* material,
const Material* ambient_material, const R3* position, const RotMatrix* rotMatrix); const Material* ambient_material, const R3* position, const RotMatrix* rotMatrix);
......
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