cyclics handling

This commit is contained in:
mattijs
2009-02-09 15:58:41 +00:00
parent 0034aca478
commit f29b065ea7

View File

@ -369,7 +369,7 @@ void Foam::isoSurface::generateTriPoints
{
const polyPatch& pp = patches[patchI];
if (pp.coupled())
if (isA<processorPolyPatch>(pp))
{
if (refCast<const processorPolyPatch>(pp).owner())
{