Salome HOME
update due to bugs PAL8113 and another I do not remember the number ;) .
authornadir <nadir>
Wed, 9 Feb 2005 13:24:29 +0000 (13:24 +0000)
committernadir <nadir>
Wed, 9 Feb 2005 13:24:29 +0000 (13:24 +0000)
src/MEDMEM_SWIG/testMedMemGeneral.py

index f663ad44dc1b2e369ade4a2fab7c0b04fc2d97a4..2347dfdf11d004bc5ff09e1734def7047ed866b8 100755 (executable)
@@ -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())