Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
885f626a
Commit
885f626a
authored
May 18, 2011
by
graham
Browse files
BUG: Typo: faceNormal -> faceNormals
parent
87518b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/indexedOctree/treeDataPrimitivePatch.C
View file @
885f626a
...
...
@@ -307,7 +307,7 @@ getVolumeType
forAll
(
eFaces
,
i
)
{
edgeNormal
+=
patch_
.
faceNormal
()[
eFaces
[
i
]];
edgeNormal
+=
patch_
.
faceNormal
s
()[
eFaces
[
i
]];
}
if
(
debug
&
2
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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