X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FParaGRID.cxx;h=cd89efe8275cdcd660856041f8746883967b0f31;hb=740f93fb5c29f8a2b5439f25381c0963d854272e;hp=51292d180905705bd943a0ebe799855092d81780;hpb=9727e779d56acece98be02cdccd0f99cc5ef0fa2;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/ParaGRID.cxx b/src/ParaMEDMEM/ParaGRID.cxx index 51292d180..cd89efe82 100644 --- a/src/ParaMEDMEM/ParaGRID.cxx +++ b/src/ParaMEDMEM/ParaGRID.cxx @@ -31,7 +31,7 @@ using namespace std; namespace MEDCoupling { - ParaGRID::ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) throw(INTERP_KERNEL::Exception) : + ParaGRID::ParaGRID(MEDCouplingCMesh* global_grid, Topology* topology) : _global_axis(), _my_domain_id(0) { _block_topology = dynamic_cast(topology);