Salome HOME
Fix MEDWRITER_0 test and try to fix VoroGauss. Avoid duplicity of symbols in VTKToMEDMem
[modules/paravis.git] / src / Plugins / DevelopedSurface / plugin / DevelopedSurfaceModule / vtkDevelopedSurface.cxx
index b3c1b612c4ba94c15376b7c53b06bfeb64fc823b..6cb5ecca38f6d361053d58aeb6ca1ead13e20e6a 100644 (file)
@@ -287,7 +287,7 @@ void dealWith(vtkPolyData *outdata, const double center[3], const double axis[3]
     c_cyl=cc->fromCartToCyl();
   }
   MEDCoupling::MCAuto<MEDCoupling::MEDFileData> mfd(MEDCoupling::MEDFileData::New());
-  WriteMEDFileFromVTKDataSet(mfd,outdata,{},0.,0);
+  VTKToMEDMemDevelopSurface::WriteMEDFileFromVTKDataSet(mfd,outdata,{},0.,0);
   bool a;
   {
     MEDCoupling::MEDFileMeshes *ms(mfd->getMeshes());