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

[discretefunction.default] removed unnecessary const

parent f8f2d6fa
No related branches found
No related tags found
No related merge requests found
...@@ -214,7 +214,7 @@ public: ...@@ -214,7 +214,7 @@ public:
return ConstLocalFunctionType(*this, entity); return ConstLocalFunctionType(*this, entity);
} }
const std::shared_ptr<const VectorType> vector() const std::shared_ptr<const VectorType> vector() const
{ {
return vector_; return vector_;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment