diff --git a/dumux/common/timemanager.hh b/dumux/common/timemanager.hh index 6164676dc3aef97d06e69ccac899185d8f5e051a..b77a0b64690e63950aa8ab82321ba895760d3d2f 100644 --- a/dumux/common/timemanager.hh +++ b/dumux/common/timemanager.hh @@ -264,7 +264,7 @@ public: std::min(std::min(episodeMaxTimeStepSize(), GET_PARAM_FROM_GROUP(TypeTag, Scalar, TimeManager, MaxTimeStepSize)), std::max<Scalar>(0.0, endTime() - time())); - }; + } /* * @} @@ -361,7 +361,7 @@ public: return std::max<Scalar>(0.0, episodeLength() - (time() - episodeStartTime())); - }; + } /* * @} diff --git a/dumux/implicit/2p2c/2p2clocalresidual.hh b/dumux/implicit/2p2c/2p2clocalresidual.hh index c4367e348b70d08781d199dd75744a0ac7b38b42..29e9729f589b7dc608da90f8e0ca56642a6dc64a 100644 --- a/dumux/implicit/2p2c/2p2clocalresidual.hh +++ b/dumux/implicit/2p2c/2p2clocalresidual.hh @@ -90,7 +90,7 @@ class TwoPTwoCLocalResidual: public GET_PROP_TYPE(TypeTag, BaseLocalResidual) // specified via the property system as default, and overwrite // it by the run-time parameter from the Dune::ParameterTree massUpwindWeight_ = GET_PARAM_FROM_GROUP(TypeTag, Scalar, Implicit, MassUpwindWeight); - }; + } /*! * \brief Evaluate the storage term of the current solution in a diff --git a/dumux/implicit/nonisothermal/nilocalresidual.hh b/dumux/implicit/nonisothermal/nilocalresidual.hh index e5a6364bee24465d541476117bd0f1bcaa186fe8..b03925884c7d4e45396218f8296a19b1ed35cdc0 100644 --- a/dumux/implicit/nonisothermal/nilocalresidual.hh +++ b/dumux/implicit/nonisothermal/nilocalresidual.hh @@ -66,7 +66,7 @@ public: // specified via the property system as default, and overwrite // it by the run-time parameter from the Dune::ParameterTree massUpwindWeight_ = GET_PARAM_FROM_GROUP(TypeTag, Scalar, Implicit, MassUpwindWeight); - }; + } /*! * \brief Evaluate the amount of all conservation quantities