From: mpv Date: Fri, 5 Oct 2018 13:44:33 +0000 (+0300) Subject: Update due to the coding rules X-Git-Tag: CEA_2018-2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d5aebe794f9982e1aaa52879144d78deb8fde098;p=modules%2Fshaper.git Update due to the coding rules --- diff --git a/src/Model/Model_ResultConstruction.cpp b/src/Model/Model_ResultConstruction.cpp index d9a78134c..1d0c715c7 100644 --- a/src/Model/Model_ResultConstruction.cpp +++ b/src/Model/Model_ResultConstruction.cpp @@ -316,7 +316,7 @@ std::string fullName(CompositeFeaturePtr theComposite, const TopoDS_Shape& theSu aRefs.Add(anID); aSubNames[anID] = Model_SelectionNaming::shortName(aBestConstr); if (aShapeType != TopAbs_EDGE) { // face needs the sub-edges on sub-labels - // add edges to sub-label to support naming for edges selection + // add edges to sub-label to support naming for edges selection int anOrient = Model_SelectionNaming::edgeOrientation(theSubShape, anOrig); anOrientations[anID] = anOrient; }