Salome HOME
Conformité python
[modules/smesh.git] / src / StdMeshers / StdMeshers_Hexa_3D.cxx
index eeb6ad40e028aa68d42ff8927e5200cd3752870c..43e013377c282e2439566abdbb369e15b03f5d1f 100644 (file)
@@ -55,7 +55,6 @@
 #include "Utils_ExceptHandlers.hxx"
 
 #include <cstddef>
-
 #include <numeric>
 
 typedef SMESH_Comment TComm;
@@ -1127,7 +1126,7 @@ bool StdMeshers_Hexa_3D::IsApplicable( const TopoDS_Shape & aShape, bool toCheck
     if ( !toCheckAll && ok ) return true;
   }
   return toCheckAll;
-};
+}
 
 //=======================================================================
 //function : ComputePentahedralMesh