mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: foamyQuadMesh: in case of 90 degrees exactly alignment dirs not set
This commit is contained in:
@ -542,7 +542,7 @@ void Foam::CV2D::newPoints()
|
||||
alignmentDirsB[0].x()
|
||||
);
|
||||
|
||||
Field<vector2D> alignmentDirs(2);
|
||||
Field<vector2D> alignmentDirs(alignmentDirsA);
|
||||
|
||||
forAll(alignmentDirsA, aA)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user