Skip to content
Snippets Groups Projects
Commit 6e08162f authored by mattijs's avatar mattijs
Browse files

BUG: extrude2DMesh: offset z-points

parent a0352b0a
No related merge requests found
......@@ -89,7 +89,7 @@ void Foam::extrude2DMesh::setRefinement
forAll(mesh_.points(), pointI)
{
point newPoint(mesh_.points()[pointI]);
newPoint[extrudeDir] = thickness;
newPoint[extrudeDir] += thickness;
meshMod.addPoint
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment