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

make FormFactorPolyhedron pure virtual

parent 0db5c8e4
Branches 142-manual-setting-height-too-restrictive
No related tags found
No related merge requests found
...@@ -109,6 +109,7 @@ public: ...@@ -109,6 +109,7 @@ public:
FormFactorPolyhedron() {} FormFactorPolyhedron() {}
virtual void onChange() = 0;
virtual complex_t evaluate_for_q(const cvector_t q ) const final; virtual complex_t evaluate_for_q(const cvector_t q ) const final;
complex_t evaluate_centered( const cvector_t q ) const; complex_t evaluate_centered( const cvector_t q ) const;
......
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