X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMComponent%2FParaMEDMEMComponent_i.hxx;h=cf4e92386ea9fb51747063a8f53d578a6e84fe12;hb=2dde0463274f805894a05551b876475d04dbce2d;hp=646dbf953ff22911fbdd2eaaa64161cfa6bd8376;hpb=94d102d362379da8b0dc676e72a7af0a0a0af49a;p=modules%2Fmed.git diff --git a/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx b/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx index 646dbf953..cf4e92386 100644 --- a/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx +++ b/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -55,7 +55,6 @@ typedef struct long orientation; bool measure_abs; const char * splitting_policy; - bool P1P0_bary_method; std::string coupling; std::string ior; Engines::IORTab* tior; @@ -63,7 +62,7 @@ typedef struct SALOME_MED::ParaMEDMEMComponent_ptr compo; } thread_st; -namespace ParaMEDMEM +namespace MEDCoupling { class ParaMEDMEMComponent_i : public virtual POA_SALOME_MED::ParaMEDMEMComponent, public Engines_Component_i, public MPIObject_i { @@ -91,10 +90,9 @@ namespace ParaMEDMEM CORBA::Double max_distance_for_3Dsurf_intersect, CORBA::Long orientation, CORBA::Boolean measure_abs, - const char * splitting_policy, - CORBA::Boolean P1P0_bary_method ) throw(SALOME::SALOME_Exception); - virtual void initializeCoupling(const char * coupling, const char * ior) throw(SALOME::SALOME_Exception); - virtual void terminateCoupling(const char * coupling) throw(SALOME::SALOME_Exception); + const char * splitting_policy ); + virtual void initializeCoupling(const char * coupling, const char * ior); + virtual void terminateCoupling(const char * coupling); virtual void _getOutputField(const char * coupling, MEDCouplingFieldDouble* field); protected: