X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverMED%2FDriverMED_Family.h;h=944b9bc828e4b0b81f60ef18c5f8e1ffb37dd60a;hb=7411bcf53c885c39859a769c4adbc2a256448d75;hp=b5fc51f2e36a5155f6b024f4b964537e45315afa;hpb=e4737e85f0da6d3f90fd08f6be1c2825195fe16f;p=modules%2Fsmesh.git diff --git a/src/DriverMED/DriverMED_Family.h b/src/DriverMED/DriverMED_Family.h index b5fc51f2e..944b9bc82 100644 --- a/src/DriverMED/DriverMED_Family.h +++ b/src/DriverMED/DriverMED_Family.h @@ -31,7 +31,7 @@ #include "SMDS_Mesh.hxx" #include "SMESHDS_GroupBase.hxx" #include "SMESHDS_SubMesh.hxx" -#include "MEDA_Wrapper.hxx" +#include "MED_Common.hxx" #include #include @@ -63,7 +63,8 @@ class DriverMED_Family // from and other sub-meshes from . // Resulting families have no common elements. - MEDA::PFamilyInfo GetFamilyInfo (const MEDA::PMeshInfo& theMeshInfo) const; + MED::PFamilyInfo GetFamilyInfo (const MED::PWrapper& theWrapper, + const MED::PMeshInfo& theMeshInfo) const; // Create TFamilyInfo for this family const std::set& GetElements () const { return myElements; }