Skip to content
Snippets Groups Projects
Commit f90510cb authored by Christian Engwer's avatar Christian Engwer
Browse files

for fmatrix<1,1> the scalar constructor doesn't need to be explicit

[[Imported from SVN: r6184]]
parent ff76c4b5
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ namespace Dune
_data[0] = k;
}
template<typename T>
explicit FieldMatrix(const T& t)
FieldMatrix(const T& t)
{
DenseMatrixAssigner<Conversion<T,K>::exists>::assign(*this, t);
}
......
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