]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix line length.
authordbv <dbv@opencascade.com>
Mon, 23 Jan 2017 09:03:34 +0000 (12:03 +0300)
committerdbv <dbv@opencascade.com>
Mon, 23 Jan 2017 09:03:34 +0000 (12:03 +0300)
src/Model/Model_AttributeSelection.cpp

index 48ce322a4b16a487d30b5bb712562c8f9e16e8eb..39d1d45576add598a4012ff2761f9f365affde07 100644 (file)
@@ -937,7 +937,8 @@ void Model_AttributeSelection::selectConstruction(
                   TopoDS_Vertex aV = TopoDS::Vertex(anEdgeExp.Current());
 
                   TDF_Label aLab = selectionLabel().FindChild(aTagIndex);
-                  std::string aName = "Vertex-" + Model_SelectionNaming::shortName(aConstr, aDelta / kSTART_VERTEX_DELTA);
+                  std::string aName = "Vertex-"
+                      + Model_SelectionNaming::shortName(aConstr, aDelta / kSTART_VERTEX_DELTA);
                   TNaming_Builder aBuilder(aLab);
                   aBuilder.Generated(aV);
                   aMyDoc->addNamingName(aLab, aName.c_str());