Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / SMESH / SMESH_Gen.hxx
index 344877697100c8aab5eabd0477720159e9b76b38..3bc392f6cc118d514747b257b1f32f86bdc6e1e6 100644 (file)
@@ -66,8 +66,7 @@ public:
   SMESH_Gen();
   ~SMESH_Gen();
 
-  SMESH_Mesh* CreateMesh(bool theIsEmbeddedMode)
-    ;
+  SMESH_Mesh* CreateMesh(bool theIsEmbeddedMode);
 
   enum ComputeFlags
   {
@@ -91,10 +90,10 @@ public:
                const ::MeshDimension aDim=::MeshDim_3D,
                TSetOfInt*            aShapesId=0);
 
-  void PrepareCompute(::SMESH_Mesh &        /*aMesh*/,
-                      const TopoDS_Shape &  /*aShape*/);
-  void CancelCompute(::SMESH_Mesh &        /*aMesh*/,
-                     const TopoDS_Shape &  /*aShape*/);
+  void PrepareCompute(::SMESH_Mesh &        aMesh,
+                      const TopoDS_Shape &  aShape);
+  void CancelCompute(::SMESH_Mesh &        aMesh,
+                     const TopoDS_Shape &  aShape);
 
   const SMESH_subMesh* GetCurrentSubMesh() const;