X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fh017_interpolationLineaire.py;h=47ccfa5b3c8a87486ead342b2aec4a58ffc9531d;hb=58bb6b7459bebeeb089c9ed486c4683a8bae7288;hp=9d313a69eec96acbf6465080c7e345add565aa06;hpb=053f21f47f5ae452176157cce388f0f6923fd9a7;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)