diff --git a/dumux/discretization/cellcentered/mpfa/helper.hh b/dumux/discretization/cellcentered/mpfa/helper.hh index 5f27a14dbd4466d2c5de4c93825e4d22f1f9f13c..2c8f95c2d61077e54e314ca1777df6acc02a07a5 100644 --- a/dumux/discretization/cellcentered/mpfa/helper.hh +++ b/dumux/discretization/cellcentered/mpfa/helper.hh @@ -152,7 +152,6 @@ public: //! calculate integration point on an scvf static GlobalPosition getScvfIntegrationPoint(const PointVector& scvfCorners, Scalar q) { - // scvfs in 3d are always quadrilaterals // ordering -> first corner: facet center, last corner: vertex if (q == 0.0) return scvfCorners[0];