From 2ede8bfa5158cf34a46b77bd0ef738fd47062a14 Mon Sep 17 00:00:00 2001
From: Uli Sack <usack@math.fu-berlin.de>
Date: Tue, 28 Feb 2012 10:40:29 +0000
Subject: [PATCH] added empty method operator*=

[[Imported from SVN: r5704]]
---
 dune/solvers/operators/nulloperator.hh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dune/solvers/operators/nulloperator.hh b/dune/solvers/operators/nulloperator.hh
index 869b893f..cff40694 100644
--- a/dune/solvers/operators/nulloperator.hh
+++ b/dune/solvers/operators/nulloperator.hh
@@ -85,6 +85,10 @@ class NullOperator
             return rowDummy_[0];
         }
 
+        //! multiplication operator with scalar
+        void operator*=(const field_type&)
+        {}
+
 };
 
 #endif
-- 
GitLab