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
a8fa7524
Commit
a8fa7524
authored
Jan 21, 2019
by
Andrew Heather
Browse files
COMP: Resolved compiler warning
parent
6ccdc774
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sampling/sampledSet/shortestPath/shortestPathSet.C
View file @
a8fa7524
...
...
@@ -218,7 +218,7 @@ void Foam::shortestPathSet::calculateDistance
scalarField
pfld
(
fld
.
boundaryField
()[
patchi
].
size
());
forAll
(
pfld
,
i
)
{
pfld
[
i
]
=
1
.
0
*
allFaceInfo
[
pp
.
start
()
+
i
].
distance
();
pfld
[
i
]
=
1
.
0
*
p
[
i
].
distance
();
}
fld
.
boundaryFieldRef
()[
patchi
]
==
pfld
;
}
...
...
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