]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultField.cpp
Salome HOME
updated copyright message
[modules/shaper.git] / src / Model / Model_ResultField.cpp
index 837f920003a7f0f635dbf15a7da8d15f8de66a4a..21afaed30bfe1bff08c3553c1b248d0b118159c8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-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
@@ -90,7 +90,7 @@ std::shared_ptr<GeomAPI_Shape> Model_ResultField::shape()
         for(int a = aList->size() - 1; a >= 0; a--) {
           std::shared_ptr<GeomAPI_Shape> aSelection = aList->value(a)->value();
           if (aSelection && !aSelection->isNull()) {
-            aSubs.push_back(aSelection);
+            aSubs.push_front(aSelection);
           }
         }
       }