From: LUCIE BERTHON Date: Wed, 12 Sep 2018 10:38:11 +0000 (+0200) Subject: changement du run en save&run X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1423fac6234e92350b2d4dd9110118444c488d62;p=tools%2Feficas.git changement du run en save&run --- diff --git a/MapIdentification/mesScripts_MAPIDENTIFICATION.py b/MapIdentification/mesScripts_MAPIDENTIFICATION.py index 0fc3ac3c..868b61a2 100644 --- a/MapIdentification/mesScripts_MAPIDENTIFICATION.py +++ b/MapIdentification/mesScripts_MAPIDENTIFICATION.py @@ -182,6 +182,7 @@ def add_source(root, iel, section_name, var_name): def run(listeParam): os.chdir(os.getenv('OLDPWD')) + listeParam[0].saveFile() command = "map -r sappli run -n c_solver_constitutive_law_0d -i " command += os.path.splitext(listeParam[0].fichier)[0]+".input" os.system(command)