From d5aebe794f9982e1aaa52879144d78deb8fde098 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 5 Oct 2018 16:44:33 +0300 Subject: [PATCH] Update due to the coding rules --- src/Model/Model_ResultConstruction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2