]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consis... vsr/21803
authorvsr <vsr@opencascade.com>
Wed, 15 Feb 2017 12:05:32 +0000 (15:05 +0300)
committervsr <vsr@opencascade.com>
Wed, 15 Feb 2017 12:05:32 +0000 (15:05 +0300)
Update according changes of SMESH API.

src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx

index b012af65f9e1b10f9058ad44bf645bd09feda4e6..1e71d821e21a55ec831f1b552db664d6b487c589 100755 (executable)
@@ -356,7 +356,7 @@ bool GHS3DPRLPlugin_GHS3DPRL::Compute(SMESH_Mesh&         theMesh,
   }
   fileskinmed=path + "GHS3DPRL_skin.med";
   cout<<"  Write file "<<fileskinmed<<"...";
-  theMesh.ExportMED(fileskinmed.ToCString(),"SKIN_INITIAL",true,1);
+  theMesh.ExportMED(fileskinmed.ToCString(),"SKIN_INITIAL",true);
   cout<<" ...done\n\n";
 
   cout<<"GHS3DPRL command :\n  "<<run_GHS3DPRL.ToCString()<<endl;