Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ImportResult.cpp
index 9e6a14c4844df1f522e4fcaac1b33b5aa1194a83..c23c1d00b6c3adcb55435ef4c360844772521a3e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -112,7 +112,8 @@ void FeaturesPlugin_ImportResult::execute()
       for (int aGroupIndex = 0; aGroupIndex < aGroupCount; ++aGroupIndex)
       {
         ResultGroupPtr aResultGroup =
-          std::dynamic_pointer_cast<ModelAPI_ResultGroup>((*aDoc)->object(ModelAPI_ResultGroup::group(), aGroupIndex));
+            std::dynamic_pointer_cast<ModelAPI_ResultGroup>(
+            (*aDoc)->object(ModelAPI_ResultGroup::group(), aGroupIndex));
 
         if (!aResultGroup.get() || !aResultGroup->shape().get())
           continue;
@@ -161,7 +162,8 @@ void FeaturesPlugin_ImportResult::execute()
 
     AttributeSelectionListPtr aNewSelectionList = aNewGroupFeature->selectionList("group_list");
     aNewSelectionList->setSelectionType (aSelectionList->selectionType());
-    GeomAPI_Shape::ShapeType aTypeOfShape = GeomAPI_Shape::shapeTypeByStr (aSelectionList->selectionType());
+    GeomAPI_Shape::ShapeType aTypeOfShape =
+        GeomAPI_Shape::shapeTypeByStr(aSelectionList->selectionType());
 
     for (int aLocalSelIndex = 0; aLocalSelIndex < aSelectionList->size(); aLocalSelIndex++) {