From 3af69173b3d0db47c92ec4f3e875987436d7a146 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Fri, 2 Oct 2009 08:54:33 +0000 Subject: [PATCH] FieldMatrix<1,1> not explicit [[Imported from SVN: r5609]] --- common/fmatrix.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/fmatrix.hh b/common/fmatrix.hh index 9c09b6997..6bb6a7a2b 100644 --- a/common/fmatrix.hh +++ b/common/fmatrix.hh @@ -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; } -- GitLab