From: eap Date: Mon, 15 Nov 2021 10:15:31 +0000 (+0300) Subject: bos #26452 [EDF] (2021) SMESH: orientation of faces X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=24a9b3a6dff5386fbdb98da2fb94f97d87ad20cc;p=modules%2Fsmesh.git bos #26452 [EDF] (2021) SMESH: orientation of faces fix after incorrect (partial) renaming --- diff --git a/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx b/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx index 92aaeab16..e5c74545a 100644 --- a/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx @@ -730,7 +730,7 @@ bool SMESHGUI_ReorientFacesOp::onApply() } case CONSTRUCTOR_FACE_GROUPS: { - aResult = aMeshEditor->ReOrient2DByNeighbours( myObjects, myRefGroups ); + aResult = aMeshEditor->Reorient2DByNeighbours( myObjects, myRefGroups ); break; }