Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
3aacc8eb
Commit
3aacc8eb
authored
Sep 09, 2013
by
mattijs
Browse files
BUG: foamyQuadMesh: in case of 90 degrees exactly alignment dirs not set
parent
6817ed41
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/generation/foamyQuadMesh/CV2D.C
View file @
3aacc8eb
...
...
@@ -542,7 +542,7 @@ void Foam::CV2D::newPoints()
alignmentDirsB
[
0
].
x
()
);
Field
<
vector2D
>
alignmentDirs
(
2
);
Field
<
vector2D
>
alignmentDirs
(
alignmentDirsA
);
forAll
(
alignmentDirsA
,
aA
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment