mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: removed incorrect code from cyclicFaPatch referring to cyclicPolyPatch. See #761
This commit is contained in:
@ -281,13 +281,6 @@ Foam::tmp<Foam::vectorField> Foam::cyclicFaPatch::delta() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Foam::label Foam::cyclicPolyPatch::neighbPatchID() const
|
|
||||||
{
|
|
||||||
NotImplemented;
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Foam::tmp<Foam::labelField> Foam::cyclicFaPatch::interfaceInternalField
|
Foam::tmp<Foam::labelField> Foam::cyclicFaPatch::interfaceInternalField
|
||||||
(
|
(
|
||||||
const labelUList& internalData
|
const labelUList& internalData
|
||||||
|
|||||||
Reference in New Issue
Block a user