X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FParaMEDMEM%2FParaGRID.cxx;h=204972113fbcf8298b2aba38c8653a5409eb8c67;hb=1b5fb5650409b0ad3a61da3215496f2adf2dae02;hp=4bd8ea08a643db5ff3bc56c2b8e593f6201a06cc;hpb=79386ac5c73f8365c428b8ef595c4ef004959667;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ParaGRID.cxx b/src/ParaMEDMEM/ParaGRID.cxx index 4bd8ea08a..204972113 100644 --- a/src/ParaMEDMEM/ParaGRID.cxx +++ b/src/ParaMEDMEM/ParaGRID.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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 @@ -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)