Skip to content
Snippets Groups Projects
Commit 4fce05c2 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[function.expression] added additional evaluate()s

parent 9936a67e
No related branches found
No related tags found
No related merge requests found
...@@ -188,6 +188,8 @@ public: ...@@ -188,6 +188,8 @@ public:
} // void evaluate(const Eigen::VectorXd& arg, Eigen::VectorXd& ret) const } // void evaluate(const Eigen::VectorXd& arg, Eigen::VectorXd& ret) const
#endif // HAVE_EIGEN #endif // HAVE_EIGEN
using BaseType::evaluate;
private: private:
void setup(const std::string& _variable, const std::vector<std::string>& _expressions) void setup(const std::string& _variable, const std::vector<std::string>& _expressions)
{ {
......
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