]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/ParaMEDMEM/ParaSkyLineArray.cxx
Salome HOME
refactor!: remove adm_local/ directory
[tools/medcoupling.git] / src / ParaMEDMEM / ParaSkyLineArray.cxx
index 586c0c4a85e8041d13926369788e8c66000a6781..d8d6da424b57e05e2b9aad190117c0ac8790cadf 100644 (file)
@@ -1,5 +1,5 @@
 //
-// Copyright (C) 2020  CEA/DEN, EDF R&D
+// Copyright (C) 2020-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -132,4 +132,5 @@ MCAuto<ParaSkyLineArray> ParaSkyLineArray::equiRedistribute(mcIdType nbOfEntitie
   skOut = skOut->uniqueNotSortedByPack();//remove duplicates
   MCAuto<ParaSkyLineArray> ret(ParaSkyLineArray::New(skOut,globalIdsOut));
   return ret.retn();
-}
\ No newline at end of file
+}
+