X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FParaGRID.cxx;h=204972113fbcf8298b2aba38c8653a5409eb8c67;hb=1b5fb5650409b0ad3a61da3215496f2adf2dae02;hp=5dbb2323de1a81472d24f01532d8ebf7a524271b;hpb=e0c843a1fe827a90af91ada8d2033ffb3a7dd1d8;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ParaGRID.cxx b/src/ParaMEDMEM/ParaGRID.cxx index 5dbb2323d..204972113 100644 --- a/src/ParaMEDMEM/ParaGRID.cxx +++ b/src/ParaMEDMEM/ParaGRID.cxx @@ -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(topology); if(_block_topology==0)