diff --git a/src/AMIInterpolation/patches/cyclic/cyclicAMIFvPatchField/cyclicAMIFvPatchField.H b/src/AMIInterpolation/patches/cyclic/cyclicAMIFvPatchField/cyclicAMIFvPatchField.H index 653d50ed37ee0ce69fdcc0f1efb0cb0a4b05db2a..9a4e5f6b4c8f85721c608366b9a59e90e71b403b 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