X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FParaGRID.cxx;h=ac274889e4ce76baa4c18be31932d369b3b4e49b;hb=b33408f1dc045a4d0f2e16d22f4930d7029996a3;hp=b873bfd7e76734b3b20054669226a2ca366e8858;hpb=1e36a6710aab710674e20fbd89f6a9a8f238c023;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ParaGRID.cxx b/src/ParaMEDMEM/ParaGRID.cxx index b873bfd7e..ac274889e 100644 --- a/src/ParaMEDMEM/ParaGRID.cxx +++ b/src/ParaMEDMEM/ParaGRID.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -31,8 +31,8 @@ using namespace std; namespace MEDCoupling { - ParaGRID::ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) throw(INTERP_KERNEL::Exception) : - _global_axis(), _my_domain_id(0) + ParaGRID::ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) : + _global_axis() { _block_topology = dynamic_cast(topology); if(_block_topology==0)