diff --git a/source/Lib/CommonLib/UnitTools.cpp b/source/Lib/CommonLib/UnitTools.cpp
index d6a3264a63088140c38ec7afd7b2fa453f9ecd46..158119471584fdd1a5c92237d9e2a98a67545f1d 100644
--- a/source/Lib/CommonLib/UnitTools.cpp
+++ b/source/Lib/CommonLib/UnitTools.cpp
@@ -2645,7 +2645,7 @@ bool PU::getInterMergeSubPuMvpCand(const PredictionUnit &pu, MergeCtx& mrgCtx, b
   // compute the location of the current PU
   Position puPos = pu.lumaPos();
   Size puSize = pu.lumaSize();
-#if JVET_L0198_L0458_L0104_ATMVP_8x8SUB_BLOCK
+#if JVET_L0198_L0468_L0104_ATMVP_8x8SUB_BLOCK
   int numPartLine = std::max(puSize.width >> ATMVP_SUB_BLOCK_SIZE, 1u);
   int numPartCol = std::max(puSize.height >> ATMVP_SUB_BLOCK_SIZE, 1u);
   int puHeight = numPartCol == 1 ? puSize.height : 1 << ATMVP_SUB_BLOCK_SIZE;