Skip to content
Snippets Groups Projects
Commit 73646bb1 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: removed incorrect code from cyclicFaPatch referring to cyclicPolyPatch. See #761

parent e7854835
Branches
Tags
No related merge requests found
......@@ -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
(
const labelUList& internalData
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment