Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / ParaMEDMEM / ExplicitTopology.hxx
index d815f3d7157df818d7470ab4ce95c6d86c24e67a..32401a5eec05d3ffa48b8979dee3d69221cb23b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-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
@@ -47,7 +47,7 @@ namespace MEDCoupling
     ExplicitTopology( const ExplicitTopology& topo, int nbcomponents);
     ExplicitTopology(const ParaMESH &mesh);
     virtual ~ExplicitTopology();
-    
+
     inline mcIdType getNbElements()const;
     inline mcIdType getNbLocalElements() const;
     const ProcessorGroup* getProcGroup()const { return _proc_group; }