From c1f3a68afef68f0c2ea2ba56f565d1bf5f5f9b22 Mon Sep 17 00:00:00 2001 From: DennisGlaeser <dennis.glaeser@iws.uni-stuttgart.de> Date: Fri, 3 Feb 2017 17:49:43 +0100 Subject: [PATCH] [mpfa][helper] delete wrong comment --- dumux/discretization/cellcentered/mpfa/helper.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dumux/discretization/cellcentered/mpfa/helper.hh b/dumux/discretization/cellcentered/mpfa/helper.hh index 5f27a14dbd..2c8f95c2d6 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]; -- GitLab