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

[functions.grid-function] fix typo

parent 478337e9
No related branches found
No related tags found
Loading
......@@ -194,7 +194,7 @@ public:
new GridFunction<E, 1, 1, R>(value), std::move(unit_matrix()), ""))
{}
GridFunction(const FieldMatrix<R, r, r>& value) // <- Must not be XT::Common::FIeldMatrix!
GridFunction(const FieldMatrix<R, r, r>& value) // <- Must not be XT::Common::FieldMatrix!
: storage_(new FunctionAsGridFunctionWrapper<E, r, r, R>(new ConstantFunction<d, r, r, R>(value)))
{}
......
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