Skip to content
Snippets Groups Projects
Commit 3b67987c authored by laurence's avatar laurence
Browse files

BUG: extrude2DMesh.C: Add thickness to new point's extrude direction coordinate

parent 8ebd4925
Branches
Tags
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