From ac3e55e1b41e28d66259cdaefbeae4bf41d49e79 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Fri, 2 Sep 2011 18:07:08 +0100 Subject: [PATCH] STYLE: limit to 80 char width --- .../cyclic/cyclicAMIFvPatchField/cyclicAMIFvPatchField.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AMIInterpolation/patches/cyclic/cyclicAMIFvPatchField/cyclicAMIFvPatchField.H b/src/AMIInterpolation/patches/cyclic/cyclicAMIFvPatchField/cyclicAMIFvPatchField.H index 653d50ed37e..9a4e5f6b4c8 100644 --- a/src/AMIInterpolation/patches/cyclic/cyclicAMIFvPatchField/cyclicAMIFvPatchField.H +++ b/src/AMIInterpolation/patches/cyclic/cyclicAMIFvPatchField/cyclicAMIFvPatchField.H @@ -170,7 +170,8 @@ public: //- Does the patch field perform the transformation virtual bool doTransform() const { - return !(cyclicAMIPatch_.parallel() || pTraits<Type>::rank == 0); + return + !(cyclicAMIPatch_.parallel() || pTraits<Type>::rank == 0); } //- Return face transformation tensor -- GitLab