From 24a9b3a6dff5386fbdb98da2fb94f97d87ad20cc Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 15 Nov 2021 13:15:31 +0300 Subject: [PATCH] bos #26452 [EDF] (2021) SMESH: orientation of faces fix after incorrect (partial) renaming --- src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2