Skip to content
Snippets Groups Projects

Resolve "Migrate from StateBlock to StateDerived"

Merged Joan Solà Ortega requested to merge 465-migrate-from-stateblock-to-statederived into devel
1 file
+ 6
2
Compare changes
  • Side-by-side
  • Inline
@@ -182,9 +182,13 @@ public:
bool isTransformable() const {
return transformable_;
};
}
virtual void transform(const VectorComposite& _transformation) { };
void setTransformable(bool _trf = true) {transformable_ = _trf;}
void setNonTransformable() {transformable_ = false;}
virtual void transform(const VectorComposite& _transformation) {};
void plus(const Eigen::VectorXd& _dv);
Loading