X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FParaGRID.cxx;h=ac274889e4ce76baa4c18be31932d369b3b4e49b;hb=b33408f1dc045a4d0f2e16d22f4930d7029996a3;hp=cd89efe8275cdcd660856041f8746883967b0f31;hpb=4279e59326c7d7205e68397465b56b64d581c664;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ParaGRID.cxx b/src/ParaMEDMEM/ParaGRID.cxx index cd89efe82..ac274889e 100644 --- a/src/ParaMEDMEM/ParaGRID.cxx +++ b/src/ParaMEDMEM/ParaGRID.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D // // 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)