ENH: cyclicPolyPatch : debug only on owner.

This commit is contained in:
mattijs
2010-10-13 18:14:30 +01:00
parent b7a4b9a7bf
commit b6c8b5ef68

View File

@ -126,7 +126,7 @@ void Foam::cyclicPolyPatch::calcTransforms
const UList<point>& half1Areas
)
{
if (debug)
if (debug && owner())
{
fileName casePath(boundaryMesh().mesh().time().path());
{