X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMComponent%2FParaMEDMEMComponent_i.hxx;h=bd00bf4d03dca1fa2f0ea6f3e6db00714d67becd;hb=d9a53c35a1b1e11594bbe617e37f05fca29a37a1;hp=768806d491927b56aec7786946f98c2b0aa29845;hpb=97e267c35d896c3c401989a4a165087c3bebd708;p=modules%2Fmed.git diff --git a/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx b/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx index 768806d49..bd00bf4d0 100644 --- a/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx +++ b/src/ParaMEDMEMComponent/ParaMEDMEMComponent_i.hxx @@ -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; @@ -91,8 +90,7 @@ 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); + const char * splitting_policy ) 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); virtual void _getOutputField(const char * coupling, MEDCouplingFieldDouble* field);