diff --git a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C index 8c41bc6b..91ac2b87 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C +++ b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C @@ -154,13 +154,13 @@ void Foam::cyclicAMIPolyPatch::calcTransforms tensor RPos ( T - + cos(rotationAngle_)*(tensor::I + T) + + cos(rotationAngle_)*(tensor::I - T) + sin(rotationAngle_)*S ); tensor RNeg ( T - + cos(-rotationAngle_)*(tensor::I + T) + + cos(-rotationAngle_)*(tensor::I - T) + sin(-rotationAngle_)*S );