Salome HOME
updated copyright message
[tools/medcoupling.git] / src / ParaMEDMEM / ParaGRID.cxx
index 5dbb2323de1a81472d24f01532d8ebf7a524271b..204972113fbcf8298b2aba38c8653a5409eb8c67 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-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
@@ -32,7 +32,7 @@ namespace MEDCoupling
 {
   
   ParaGRID::ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) : 
-    _global_axis(), _my_domain_id(0)
+    _global_axis()
   {
     _block_topology = dynamic_cast<BlockTopology*>(topology);
     if(_block_topology==0)