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

This commit is contained in:
laurence
2011-10-26 12:07:39 +01:00
parent 8ebd492595
commit 3b67987c7d

View File

@ -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
(