Index: branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp
===================================================================
--- branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp	(revision 523)
+++ branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp	(revision 524)
@@ -2792,5 +2792,5 @@
     {
 #if H_3D_VSP_FIX
-      Bool bSet[2] = {false, false}; // TODO: Find a better variable name   -Dong
+      Bool bVspRef[2] = {false, false}; // TODO: Find a better variable name   -Dong
 #endif
       abCandIsInter[iCount] = true;      
@@ -2813,5 +2813,5 @@
         if ( pcTextureCU->getVSPFlag( uiPartIdxCenter ) != 0 ) // Texture coded using VSP mode
         {
-          bSet[0] = true;
+          bVspRef[0] = true;
           for ( Int i = 0; i < m_pcSlice->getNumRefIdx( REF_PIC_LIST_0 ); i++ )
           {
@@ -2819,5 +2819,5 @@
             {
               pcMvFieldNeighbours[ iCount<<1 ].setMvField(cMvPred, i);
-              bSet[0] = false;
+              bVspRef[0] = false;
               break;
             }
@@ -2859,5 +2859,5 @@
           if ( pcTextureCU->getVSPFlag( uiPartIdxCenter ) != 0 ) // Texture coded using VSP mode
           {
-            bSet[1] = true;
+            bVspRef[1] = true;
             for ( Int i = 0; i < m_pcSlice->getNumRefIdx( REF_PIC_LIST_1 ); i++ )
             {
@@ -2865,5 +2865,5 @@
               {
                 pcMvFieldNeighbours[ (iCount<<1)+1 ].setMvField(cMvPred, i);
-                bSet[1] = false;
+                bVspRef[1] = false;
                 break;
               }
@@ -2892,5 +2892,5 @@
 #endif
 #if H_3D_VSP_FIX
-      assert( !bSet[0] || (!bSet[1] && m_pcSlice->isInterB()) );
+      assert( !bVspRef[0] || (!bVspRef[1] && m_pcSlice->isInterB()) );
       {
 #endif
