Skip to content
Snippets Groups Projects
Commit fb921021 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Make StateBlock abstract with trfrm() = 0

parent 201f97fe
No related branches found
No related tags found
2 merge requests!466devel->main,!456Resolve "Migrate from StateBlock to StateDerived"
......@@ -188,7 +188,7 @@ public:
void setNonTransformable() {transformable_ = false;}
virtual void transform(const VectorComposite& _transformation) {};
virtual void transform(const VectorComposite& _transformation) = 0;
void plus(const Eigen::VectorXd& _dv);
......
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