diff --git a/test/porousmediumflow/mpnc/implicit/combustionproblem1c.hh b/test/porousmediumflow/mpnc/implicit/combustionproblem1c.hh index c4c2f6d97067242333531227b54b6a81df5ab482..84d260f27e540c1c084715a184e933dd26cd0216 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 122c2d49a890947ed3ab742ead5e24f0dbab31aa..7e330a1af687e64a8a7a0cd6077735fb68f8b8ed 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_;