mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cyclicPolyPatch : debug only on owner.
This commit is contained in:
@ -126,7 +126,7 @@ void Foam::cyclicPolyPatch::calcTransforms
|
||||
const UList<point>& half1Areas
|
||||
)
|
||||
{
|
||||
if (debug)
|
||||
if (debug && owner())
|
||||
{
|
||||
fileName casePath(boundaryMesh().mesh().time().path());
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user