diff --git a/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C
index ad7aaeea0fddd9c62225b8252b0e2a77868de185..158fbce1133ba683a99f30f2c44a63d7fd64f902 100644
--- a/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C
+++ b/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C
@@ -363,8 +363,8 @@ void Foam::cyclicPeriodicAMIPolyPatch::resetAMI
         // Check that both patches have replicated an integer number of times
         if
         (
-            mag(srcSum - floor(srcSum + 0.5)) > matchTolerance()
-         || mag(tgtSum - floor(tgtSum + 0.5)) > matchTolerance()
+            mag(srcSum - floor(srcSum + 0.5)) > srcSum*matchTolerance()
+         || mag(tgtSum - floor(tgtSum + 0.5)) > tgtSum*matchTolerance()
         )
         {
             FatalErrorIn