Salome HOME
IPAL52980: Wire Discretization with Table density fails
[modules/smesh.git] / src / SMESH / SMESH_Mesh.cxx
index ca3674ef805433918a4b6dd9c638a1b7641f3ab5..6436b9a5d3c440ad7c38308b5e9f25963e218f02 100644 (file)
@@ -1349,6 +1349,8 @@ bool SMESH_Mesh::HasModificationsToDiscard() const
         hasNotComputed = true;
       if ( hasComputed && hasNotComputed)
         return true;
+
+    default:;
     }
   }
   if ( NbNodes() < 1 )