Salome HOME
bos #26452 [EDF] (2021) SMESH: orientation of faces
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ReorientFacesDlg.cxx
index 92aaeab161939aa197a763dc550f6bd16afc6d1b..e5c74545a3dff69e632a1ed3dad439d260f52873 100644 (file)
@@ -730,7 +730,7 @@ bool SMESHGUI_ReorientFacesOp::onApply()
     }
     case CONSTRUCTOR_FACE_GROUPS:
     {
-      aResult = aMeshEditor->ReOrient2DByNeighbours( myObjects, myRefGroups );
+      aResult = aMeshEditor->Reorient2DByNeighbours( myObjects, myRefGroups );
 
       break;
     }