Skip to content

Commit

Permalink
mappedExtrudedPatchBase: Fix bug in offset wave
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bainbridge committed Dec 7, 2023
1 parent 96b6130 commit d9a07a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ Foam::mappedExtrudedPatchBase::patchFaceAreas() const
if
(
faceInfo1[facei].valid(wave1.data())
&& faceInfo1[facei].faceLayer() != 0
&& faceInfo1[facei].faceLayer() == nIterations1
)
{
initialFaces2[initialFace2i] = facei;
Expand Down

0 comments on commit d9a07a4

Please sign in to comment.