Skip to content
Snippets Groups Projects
Commit 5cf3e6fa authored by Timo Koch's avatar Timo Koch
Browse files

[facet][cleanup] Fix typo

parent 687da5e0
No related branches found
No related tags found
1 merge request!3744Remove scv/scvf corners
Pipeline #45046 passed
Pipeline: dumux-lecture

#45052

    Pipeline: dumux

    #45051

      Pipeline: dumux

      #45050

        +3
        ...@@ -177,8 +177,8 @@ public: ...@@ -177,8 +177,8 @@ public:
        if (scv.isOnFracture()) if (scv.isOnFracture())
        DUNE_THROW(Dune::InvalidStateException, "The geometry object cannot be defined for fracture scvs " DUNE_THROW(Dune::InvalidStateException, "The geometry object cannot be defined for fracture scvs "
        "because the number of known corners is insufficient. " "because the number of known corners is insufficient. "
        "You can do this manually by extract the corners from this scv " "You can do this manually by extracting the corners from this scv "
        "and extrude them by the corresponding aperture. "); "and extruding them by the corresponding aperture. ");
        const typename GG::GeometryHelper geometryHelper(element().geometry()); const typename GG::GeometryHelper geometryHelper(element().geometry());
        const auto corners = geometryHelper.getScvCorners(scv.index()); const auto corners = geometryHelper.getScvCorners(scv.index());
        ...@@ -347,8 +347,8 @@ public: ...@@ -347,8 +347,8 @@ public:
        if (scv.isOnFracture()) if (scv.isOnFracture())
        DUNE_THROW(Dune::InvalidStateException, "The geometry object cannot be defined for fracture scvs " DUNE_THROW(Dune::InvalidStateException, "The geometry object cannot be defined for fracture scvs "
        "because the number of known corners is insufficient. " "because the number of known corners is insufficient. "
        "You can do this manually by extract the corners from this scv " "You can do this manually by extracting the corners from this scv "
        "and extrude them by the corresponding aperture. "); "and extruding them by the corresponding aperture. ");
        const GeometryHelper geometryHelper(element().geometry()); const GeometryHelper geometryHelper(element().geometry());
        const auto corners = geometryHelper.getScvCorners(scv.index()); const auto corners = geometryHelper.getScvCorners(scv.index());
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment