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

FieldMatrix<1,1> not explicit

[[Imported from SVN: r5609]]
parent 88607836
No related branches found
No related tags found
No related merge requests found
......@@ -943,7 +943,7 @@ namespace Dune {
/** \brief Constructor initializing the whole matrix with a scalar
*/
explicit FieldMatrix (const K& k)
FieldMatrix (const K& k)
{
a = k;
}
......
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