From 001a2ae3ddb05adeb2d6d690b007e8bc384e4cbc Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 20 Sep 2012 12:51:33 +0100 Subject: [PATCH] ENH: createPatchDict: use same transform --- .../utilities/mesh/manipulation/createPatch/createPatchDict | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/manipulation/createPatch/createPatchDict b/applications/utilities/mesh/manipulation/createPatch/createPatchDict index f731f78df9..62e6cf619c 100644 --- a/applications/utilities/mesh/manipulation/createPatch/createPatchDict +++ b/applications/utilities/mesh/manipulation/createPatch/createPatchDict @@ -92,8 +92,10 @@ patches // Optional: explicitly set transformation tensor. // Used when matching and synchronising points. transform rotational; - rotationAxis ( 0 0 1 ); - rotationCentre ( 0.3 0 0 ); + rotationAxis (1 0 0); + rotationCentre (0 0 0); + // transform translational; + // separationVector (1 0 0); } // How to construct: either from 'patches' or 'set'