Skip to content
Snippets Groups Projects
Commit b6c8b5ef authored by mattijs's avatar mattijs
Browse files

ENH: cyclicPolyPatch : debug only on owner.

parent b7a4b9a7
Branches
Tags v1806
No related merge requests found
...@@ -126,7 +126,7 @@ void Foam::cyclicPolyPatch::calcTransforms ...@@ -126,7 +126,7 @@ void Foam::cyclicPolyPatch::calcTransforms
const UList<point>& half1Areas const UList<point>& half1Areas
) )
{ {
if (debug) if (debug && owner())
{ {
fileName casePath(boundaryMesh().mesh().time().path()); fileName casePath(boundaryMesh().mesh().time().path());
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment