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
ece5fc89
Commit
ece5fc89
authored
Nov 26, 2008
by
mattijs
Browse files
distance at centre
parent
7493d1ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/meshTools/searchableSurface/searchableSphere.C
View file @
ece5fc89
...
...
@@ -292,7 +292,8 @@ void Foam::searchableSphere::getNormal
if
(
info
[
i
].
hit
())
{
normal
[
i
]
=
info
[
i
].
hitPoint
()
-
centre_
;
normal
[
i
]
/=
mag
(
normal
[
i
]);
normal
[
i
]
/=
mag
(
normal
[
i
])
+
VSMALL
;
}
else
{
...
...
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