From 9f6d081654d077788964ab1d122757f23b1a8c72 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 27 Jan 2010 10:24:12 +0000 Subject: [PATCH] STYLE: added comment to explain limitations on pointsync --- .../utilities/mesh/manipulation/createPatch/createPatchDict | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/utilities/mesh/manipulation/createPatch/createPatchDict b/applications/utilities/mesh/manipulation/createPatch/createPatchDict index b8676f134d3..2d4046d4568 100644 --- a/applications/utilities/mesh/manipulation/createPatch/createPatchDict +++ b/applications/utilities/mesh/manipulation/createPatch/createPatchDict @@ -43,6 +43,8 @@ FoamFile matchTolerance 1E-3; // Do a synchronisation of coupled points after creation of any patches. +// Note: this does not work with points that are on multiple coupled patches +// with transformations. pointSync true; // Patches to create. -- GitLab