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

adapt to latest libff, interface renamed -> IBody

parent e0fb96ad
No related branches found
No related tags found
1 merge request!1195adapt to latest libff, interface renamed -> IBody
Pipeline #83503 passed
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
namespace ff { namespace ff {
class IPolyhedron; class IBody;
} }
...@@ -41,7 +41,7 @@ protected: ...@@ -41,7 +41,7 @@ protected:
void setPolyhedron(const ff::Topology& topology, double z_bottom, void setPolyhedron(const ff::Topology& topology, double z_bottom,
const std::vector<R3>& vertices) const; const std::vector<R3>& vertices) const;
mutable std::unique_ptr<ff::IPolyhedron> pimpl; mutable std::unique_ptr<ff::IBody> pimpl;
private: private:
Span exec_spanZ(const IRotation* rotation) const override; Span exec_spanZ(const IRotation* rotation) const override;
......
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