mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Added missing scoping
This commit is contained in:
@ -67,7 +67,7 @@ inline Foam::polyPatch& Foam::cyclicACMIPolyPatch::nonOverlapPatch()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
inline const scalarField& Foam::cyclicACMIPolyPatch::mask() const
|
inline const Foam::scalarField& Foam::cyclicACMIPolyPatch::mask() const
|
||||||
{
|
{
|
||||||
if (owner())
|
if (owner())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user