From a0b5c06463265eb41b0deb37aff955065aece96f Mon Sep 17 00:00:00 2001 From: Bernard Secher Date: Wed, 8 Apr 2020 15:19:57 +0200 Subject: [PATCH 1/1] update modules FIELDS --- src/MEDCalc/tui/medimages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ -- 2.30.2