From: nadir Date: Wed, 9 Feb 2005 13:24:29 +0000 (+0000) Subject: update due to bugs PAL8113 and another I do not remember the number ;) . X-Git-Tag: V2_2_0b3~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c12c4c548497e15b4911ece66198087620f16596;p=modules%2Fmed.git update due to bugs PAL8113 and another I do not remember the number ;) . --- diff --git a/src/MEDMEM_SWIG/testMedMemGeneral.py b/src/MEDMEM_SWIG/testMedMemGeneral.py index f663ad44d..2347dfdf1 100755 --- a/src/MEDMEM_SWIG/testMedMemGeneral.py +++ b/src/MEDMEM_SWIG/testMedMemGeneral.py @@ -526,7 +526,7 @@ for i in range(nbOfFiles): print "Saving in file the mesh under the med and vtk format" print "Med file = ",medFileName print "vtk file = ",vtkFileName - idMed = mesh.addDriver(MED_DRIVER,medFileName,mesh.getName()) + idMed = mesh.addDriver(MED_DRIVER,medFileName,mesh.getName(),MED_REMP) mesh.write(idMed) idVtk = mesh.addDriver(VTK_DRIVER,vtkFileName,mesh.getName())