From ef339aa60eeb399987add2d7f22b956180251598 Mon Sep 17 00:00:00 2001
From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de>
Date: Fri, 31 Mar 2017 09:57:33 +0200
Subject: [PATCH] Merge branch 'fix/compiler-warnings' into 'master'

[fix] Remove superfluous semicolons

See merge request !457
---
 test/porousmediumflow/mpnc/implicit/combustionproblem1c.hh      | 2 +-
 .../mpnc/implicit/evaporationatmosphereproblem.hh               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/porousmediumflow/mpnc/implicit/combustionproblem1c.hh b/test/porousmediumflow/mpnc/implicit/combustionproblem1c.hh
index c4c2f6d970..84d260f27e 100644
--- a/test/porousmediumflow/mpnc/implicit/combustionproblem1c.hh
+++ b/test/porousmediumflow/mpnc/implicit/combustionproblem1c.hh
@@ -726,7 +726,7 @@ private:
     {   return globalPos[dimWorld-1] > this->bBoxMax()[dimWorld-1] - eps_;}
 
 private:
-    static constexpr Scalar eps_ = 1e-6;;
+    static constexpr Scalar eps_ = 1e-6;
     int nTemperature_;
     int nPressure_;
     std::string outputName_;
diff --git a/test/porousmediumflow/mpnc/implicit/evaporationatmosphereproblem.hh b/test/porousmediumflow/mpnc/implicit/evaporationatmosphereproblem.hh
index 122c2d49a8..7e330a1af6 100644
--- a/test/porousmediumflow/mpnc/implicit/evaporationatmosphereproblem.hh
+++ b/test/porousmediumflow/mpnc/implicit/evaporationatmosphereproblem.hh
@@ -744,7 +744,7 @@ private:
     {        return globalPos[dimWorld-1] > this->bBoxMax()[dimWorld-1] - eps_;    }
 
 private:
-    static constexpr Scalar eps_ = 1e-6;;
+    static constexpr Scalar eps_ = 1e-6;
     Scalar percentOfEquil_ ;
     int nTemperature_;
     int nPressure_;
-- 
GitLab