]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Minor corrections: coding rules
authormpv <mpv@opencascade.com>
Wed, 24 May 2017 12:07:40 +0000 (15:07 +0300)
committermpv <mpv@opencascade.com>
Wed, 24 May 2017 12:07:40 +0000 (15:07 +0300)
src/Model/Model_ResultConstruction.cpp

index 18d3cdcf80e452ed5ed5509ae712babfa8c49c1e..a13c386432ba08c0fa287c1bc37bf5b50bf36a8a 100644 (file)
@@ -227,9 +227,7 @@ std::string fullName(CompositeFeaturePtr theComposite, const TopoDS_Shape& theSu
   }
   std::stringstream aName;
   // #1839 : do not store name of the feature in the tree, since this name could be changed
-  //aName<<theContextFeature->name();
-  if (theSubShape.ShapeType() != TopAbs_COMPOUND) { // compound means the whole result for construction
-    //aName<<"/";
+  if (theSubShape.ShapeType() != TopAbs_COMPOUND) { // compound means the whole construction result
     if (theSubShape.ShapeType() == TopAbs_FACE) aName<<"Face";
     else if (theSubShape.ShapeType() == TopAbs_WIRE) aName<<"Wire";
     else if (theSubShape.ShapeType() == TopAbs_EDGE) aName<<"Edge";