Salome HOME
bos #26452 [EDF] (2021) SMESH: orientation of faces
authoreap <eap@opencascade.com>
Mon, 15 Nov 2021 10:15:31 +0000 (13:15 +0300)
committereap <eap@opencascade.com>
Mon, 15 Nov 2021 10:15:31 +0000 (13:15 +0300)
  fix after incorrect (partial) renaming

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;
     }