Skip to content
Snippets Groups Projects
Commit 555b389d authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Import 'restrict' method for bit fields from the base class

parent 5cde3121
No related branches found
No related tags found
No related merge requests found
Pipeline #18259 passed
...@@ -45,6 +45,9 @@ public: ...@@ -45,6 +45,9 @@ public:
/** \brief Default constructor */ /** \brief Default constructor */
using Base::Base; using Base::Base;
/** \brief Import method for restricting bit fields */
using Base::restrict;
/** \brief Restrict level fL of f and store the result in level cL of t */ /** \brief Restrict level fL of f and store the result in level cL of t */
void restrict(const VectorType& f, VectorType &t) const override; void restrict(const VectorType& f, VectorType &t) const override;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment