From bb90ed3c6afa7cde30ff236a8b3f7942f0850aa0 Mon Sep 17 00:00:00 2001
From: Adrian Burri <burriad@dune-project.org>
Date: Wed, 11 May 2005 13:23:16 +0000
Subject: [PATCH] Last commit was accidental

[[Imported from SVN: r2045]]
---
 common/fvector.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/common/fvector.hh b/common/fvector.hh
index a13f8bf6d..c90dadc8c 100644
--- a/common/fvector.hh
+++ b/common/fvector.hh
@@ -472,12 +472,13 @@ namespace Dune {
 
     //===== assignment from scalar
     //! Assignment operator for scalar
-    const FieldVector& operator= (const K& k)
+    FieldVector& operator= (const K& k)
     {
       fvmeta_assignscalar<n-1>::assignscalar(*this,k);
       return *this;
     }
 
+
     //===== access to components
 
     //! random access
-- 
GitLab