X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fh017_interpolationLineaire.py;h=47ccfa5b3c8a87486ead342b2aec4a58ffc9531d;hb=40855dc7f8394e348c601f24a2987b20375b3f83;hp=9d313a69eec96acbf6465080c7e345add565aa06;hpb=9082efb75ca2505f8b4c5096d37e8d87491cd5d9;p=modules%2Fhydro.git diff --git a/doc/salome/examples/h017_interpolationLineaire.py b/doc/salome/examples/h017_interpolationLineaire.py index 9d313a69..47ccfa5b 100644 --- a/doc/salome/examples/h017_interpolationLineaire.py +++ b/doc/salome/examples/h017_interpolationLineaire.py @@ -317,7 +317,7 @@ domaine_1 = relief.GroupOnGeom(domaine,'domaine',SMESH.FACE) domaine_2 = relief.GroupOnGeom(domaine,'domaine',SMESH.NODE) smesh.SetName(relief, 'relief') -med_file = r'/relief.med' +med_file = r'/tmp/relief.med' try: os.remove(med_file)