]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Correction due to the coding rules
authormpv <mpv@opencascade.com>
Thu, 28 Sep 2017 10:42:49 +0000 (13:42 +0300)
committermpv <mpv@opencascade.com>
Thu, 28 Sep 2017 10:42:49 +0000 (13:42 +0300)
src/Model/Model_AttributeSelection.cpp

index 665f2eba5cd9c87807b1b7898016e64c5e8b6afd..f549d8000bc1ecea69777a62e8e0eba337b1989e 100644 (file)
@@ -221,7 +221,7 @@ std::shared_ptr<GeomAPI_Shape> Model_AttributeSelection::value()
       TopoDS_Shape aSelShape = aSelection->Get();
       aResult = std::shared_ptr<GeomAPI_Shape>(new GeomAPI_Shape);
       aResult->setImpl(new TopoDS_Shape(aSelShape));
-    } else if (aConstr) { // for simple construction element: just shape of this construction element
+    } else if (aConstr) { // simple construction element: just shape of this construction element
       Handle(TDataStd_Integer) anIndex;
       if (aSelLab.FindAttribute(TDataStd_Integer::GetID(), anIndex)) {
         if (anIndex->Get() == 0) // it is just reference to construction, nothing is in value