Salome HOME
MEDCoupling API change - stage #1
[modules/med.git] / src / MEDCouplingCorba / MEDCouplingExtrudedMeshServant.cxx
index 30065937e5bf63db839169a7a1a2140c5ec87c87..ea93ded20cec0aaaac763e68833d6302464142fd 100644 (file)
 
 #include "MEDCouplingExtrudedMeshServant.hxx"
 
-#include "MEDCouplingExtrudedMesh.hxx"
+#include "MEDCouplingMappedExtrudedMesh.hxx"
 
 using namespace MEDCoupling;
 
-MEDCouplingExtrudedMeshServant::MEDCouplingExtrudedMeshServant(const MEDCouplingExtrudedMesh *cppPointerOfMesh):MEDCouplingMeshServant(cppPointerOfMesh)
+MEDCouplingExtrudedMeshServant::MEDCouplingExtrudedMeshServant(const MEDCouplingMappedExtrudedMesh *cppPointerOfMesh):MEDCouplingMeshServant(cppPointerOfMesh)
 {
 }