Salome HOME
fight warnings, c++17. additional corrections
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ProjectionSource2D_i.cxx
index fd0c85e231b36a83950352af9f1a6478e007bd0f..4cfe2739cd2d07d1cc2211bebed98ddbdb52606b 100644 (file)
@@ -74,7 +74,6 @@ StdMeshers_ProjectionSource2D_i::~StdMeshers_ProjectionSource2D_i()
 //=============================================================================
 
 void StdMeshers_ProjectionSource2D_i::SetSourceFace(GEOM::GEOM_Object_ptr face)
-  
 {
   ASSERT( myBaseImpl );
   try {
@@ -96,7 +95,6 @@ void StdMeshers_ProjectionSource2D_i::SetSourceFace(GEOM::GEOM_Object_ptr face)
 //=============================================================================
 
 void StdMeshers_ProjectionSource2D_i::SetSourceMesh(SMESH::SMESH_Mesh_ptr theMesh)
-  
 {
   ASSERT( myBaseImpl );
 
@@ -147,7 +145,6 @@ void StdMeshers_ProjectionSource2D_i::SetVertexAssociation(GEOM::GEOM_Object_ptr
                                                            GEOM::GEOM_Object_ptr sourceVertex2,
                                                            GEOM::GEOM_Object_ptr targetVertex1,
                                                            GEOM::GEOM_Object_ptr targetVertex2)
-  
 {
   ASSERT( myBaseImpl );
   try {