From 278b308071d0b88e5ab5e3ad8672af711f3ce579 Mon Sep 17 00:00:00 2001
From: Max Kahnt <max.kahnt@fu-berlin.de>
Date: Fri, 14 Mar 2014 14:56:45 +0100
Subject: [PATCH] Fix warning: Remove superfluous semicolon at namespace end.

---
 dune/solvers/common/arithmetic.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/solvers/common/arithmetic.hh b/dune/solvers/common/arithmetic.hh
index 618c65eb..b0332db7 100644
--- a/dune/solvers/common/arithmetic.hh
+++ b/dune/solvers/common/arithmetic.hh
@@ -588,6 +588,6 @@ namespace Arithmetic
         return OperatorHelper<OperatorType,
                               MatrixTraits<OperatorType>::isMatrix>::bmAxy(A, b, x, y);
     }
-};
+}
 
 #endif
-- 
GitLab