From 5cf3e6fa7504012b9f13b33071e73cd5ff9a9ccf Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Sun, 23 Jun 2024 18:59:25 +0000 Subject: [PATCH] [facet][cleanup] Fix typo --- dumux/porousmediumflow/boxdfm/fvelementgeometry.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh b/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh index d699888646..8979bba2a5 100644 --- a/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh +++ b/dumux/porousmediumflow/boxdfm/fvelementgeometry.hh @@ -177,8 +177,8 @@ public: if (scv.isOnFracture()) DUNE_THROW(Dune::InvalidStateException, "The geometry object cannot be defined for fracture scvs " "because the number of known corners is insufficient. " - "You can do this manually by extract the corners from this scv " - "and extrude them by the corresponding aperture. "); + "You can do this manually by extracting the corners from this scv " + "and extruding them by the corresponding aperture. "); const typename GG::GeometryHelper geometryHelper(element().geometry()); const auto corners = geometryHelper.getScvCorners(scv.index()); @@ -347,8 +347,8 @@ public: if (scv.isOnFracture()) DUNE_THROW(Dune::InvalidStateException, "The geometry object cannot be defined for fracture scvs " "because the number of known corners is insufficient. " - "You can do this manually by extract the corners from this scv " - "and extrude them by the corresponding aperture. "); + "You can do this manually by extracting the corners from this scv " + "and extruding them by the corresponding aperture. "); const GeometryHelper geometryHelper(element().geometry()); const auto corners = geometryHelper.getScvCorners(scv.index()); -- GitLab