X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FDevelopedSurface%2Fplugin%2FDevelopedSurfaceModule%2FvtkDevelopedSurface.cxx;h=6cb5ecca38f6d361053d58aeb6ca1ead13e20e6a;hb=08ab17bc266216e73edb72fefbcd115da4e9b1e2;hp=b3c1b612c4ba94c15376b7c53b06bfeb64fc823b;hpb=f18c22bd8f40967529748b50ddc5c03cda6924f8;p=modules%2Fparavis.git diff --git a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx index b3c1b612..6cb5ecca 100644 --- a/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx +++ b/src/Plugins/DevelopedSurface/plugin/DevelopedSurfaceModule/vtkDevelopedSurface.cxx @@ -287,7 +287,7 @@ void dealWith(vtkPolyData *outdata, const double center[3], const double axis[3] c_cyl=cc->fromCartToCyl(); } MEDCoupling::MCAuto mfd(MEDCoupling::MEDFileData::New()); - WriteMEDFileFromVTKDataSet(mfd,outdata,{},0.,0); + VTKToMEDMemDevelopSurface::WriteMEDFileFromVTKDataSet(mfd,outdata,{},0.,0); bool a; { MEDCoupling::MEDFileMeshes *ms(mfd->getMeshes());