diff --git a/dumux/common/geometry/geometryintersection.hh b/dumux/common/geometry/geometryintersection.hh index 3dbd5f057a815a2094075bf9fb41779b4e0a43c4..6632086ed94236d3de3f43c1b553f5caba09d0ac 100644 --- a/dumux/common/geometry/geometryintersection.hh +++ b/dumux/common/geometry/geometryintersection.hh @@ -115,7 +115,7 @@ public: {3, 2, 7, 6}, {1, 0, 3, 2}, {4, 5, 6, 7}}; break; case 4: // tetrahedron - facets = {{1, 2, 0}, {0, 1, 3}, {0, 3, 2}, {1, 2, 3}}; + facets = {{1, 0, 2}, {0, 1, 3}, {0, 3, 2}, {1, 2, 3}}; break; default: DUNE_THROW(Dune::NotImplemented, "Collision of segment and geometry of type " @@ -166,7 +166,6 @@ public: // use unscaled epsilon since t is in local coordinates if (tfirst > tlast - eps_) return false; - } } // If we made it until here an intersection exists. We also export