bos #26452 [EDF] (2021) SMESH: orientation of faces

fix after incorrect (partial) renaming
This commit is contained in:
eap 2021-11-15 13:15:31 +03:00
parent b8fafc9b0d
commit 24a9b3a6df

View File

@ -730,7 +730,7 @@ bool SMESHGUI_ReorientFacesOp::onApply()
} }
case CONSTRUCTOR_FACE_GROUPS: case CONSTRUCTOR_FACE_GROUPS:
{ {
aResult = aMeshEditor->ReOrient2DByNeighbours( myObjects, myRefGroups ); aResult = aMeshEditor->Reorient2DByNeighbours( myObjects, myRefGroups );
break; break;
} }