diff --git a/dumux/common/fvproblem.hh b/dumux/common/fvproblem.hh index ea3f813b07a4344fbe54ccc2679ce58254859020..29957bc51de82560299367c57a78e43fd8a882c4 100644 --- a/dumux/common/fvproblem.hh +++ b/dumux/common/fvproblem.hh @@ -187,8 +187,6 @@ public: * \param element The finite element * \param scvf the sub control volume face * \note used for cell-centered discretization schemes - * - * The method returns the boundary types information. */ PrimaryVariables dirichlet(const Element &element, const SubControlVolumeFace &scvf) const { @@ -208,8 +206,6 @@ public: * \param element The finite element * \param scv the sub control volume * \note used for cell-centered discretization schemes - * - * The method returns the boundary types information. */ PrimaryVariables dirichlet(const Element &element, const SubControlVolume &scv) const {