]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_ImportResult.cpp
Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_ImportResult.cpp
index d3babcb86e6834538b04c92e9537730297e64ee4..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,8 +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;