Skip to content
Snippets Groups Projects
Commit 106677b8 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Add function to return the order of an AnalyticDiscreteFunction

parent 55746f2f
Branches releases/2.9
No related tags found
1 merge request!30Add function to return the order of an AnalyticDiscreteFunction
...@@ -265,6 +265,12 @@ public: ...@@ -265,6 +265,12 @@ public:
return f_; return f_;
} }
/// \brief obtain the order
const int order () const
{
return order_;
}
private: private:
Functor f_; Functor f_;
int order_; int order_;
......
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