From 20de9437ec201512b287d4aa6bc854fd284578d0 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 14 Dec 2010 09:57:52 +0000 Subject: [PATCH] STYLE: cyclicPolyPatch : indentation --- .../polyPatches/constraint/cyclic/cyclicPolyPatch.C | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C index 2ac0dc517c..0010c5ecc4 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C @@ -290,9 +290,11 @@ void Foam::cyclicPolyPatch::calcTransforms " const UList&,\n" " const UList&\n" " )" - ) << "For transform " << transformTypeNames[transform_] - << " found non-uniform transform." - << " Setting the transformation to be a uniform rotation." + ) << "For patch " << name() + << " calculated non-uniform transform tensor even though" + << " the transform type is " << transformTypeNames[transform_] + << ". Setting the transformation tensor to be a uniform" + << " rotation." << endl; } }