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-plus
Commits
9c6fa79a
Commit
9c6fa79a
authored
Jun 24, 2019
by
Andrew Heather
Browse files
COMP: Resolved a couple of compiler warnings
parent
b59b8a10
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/overset/cellCellStencil/trackingInverseDistance/trackingInverseDistanceCellCellStencil.C
View file @
9c6fa79a
...
...
@@ -575,7 +575,7 @@ bool Foam::cellCellStencils::trackingInverseDistance::update()
DebugInfo
<<
FUNCTION_NAME
<<
" : Moved zone sub-meshes"
<<
endl
;
// Calculate fast search structure for each zone
List
<
labelVector
>
searchBoxDivisions
(
dict_
[
"searchBoxDivisions"
]
);
List
<
labelVector
>
searchBoxDivisions
(
dict_
.
lookup
(
"searchBoxDivisions"
)
);
if
(
searchBoxDivisions
.
size
()
!=
nZones
)
{
FatalIOErrorInFunction
(
dict_
)
<<
"Number of searchBoxDivisions "
...
...
src/overset/oversetPolyPatch/oversetFvPatchField.C
View file @
9c6fa79a
...
...
@@ -173,7 +173,7 @@ void Foam::oversetFvPatchField<Type>::initEvaluate
{
const
dictionary
*
dictPtr
(
fvSchemes
.
sub
Dict
Ptr
(
"oversetInterpolationSuppressed"
)
fvSchemes
.
find
Dict
(
"oversetInterpolationSuppressed"
)
);
const
wordHashSet
&
suppress
=
...
...
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