From: Bernard Secher Date: Wed, 8 Apr 2020 13:19:57 +0000 (+0200) Subject: update modules FIELDS X-Git-Tag: V9_5_0b1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fbsr%2FV9_dev;p=modules%2Fmed.git update modules FIELDS --- diff --git a/src/MEDCalc/tui/medimages.py b/src/MEDCalc/tui/medimages.py index a63b18aa1..d5c0d9711 100644 --- a/src/MEDCalc/tui/medimages.py +++ b/src/MEDCalc/tui/medimages.py @@ -53,7 +53,7 @@ class FieldBuilder: # just have to specify the field and the MEDLoader will save the # underlying mesh. createFromScratch=True - ML.MEDLoader.WriteField(medFilepath,field,createFromScratch) + ML.WriteField(medFilepath,field,createFromScratch) def createMesh(self, meshname, sizeX, sizeY): """