]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
changement du run en save&run
authorLUCIE BERTHON <C41270@dsp0887684.atlas.edf.fr>
Wed, 12 Sep 2018 10:38:11 +0000 (12:38 +0200)
committerLUCIE BERTHON <C41270@dsp0887684.atlas.edf.fr>
Wed, 12 Sep 2018 10:38:11 +0000 (12:38 +0200)
MapIdentification/mesScripts_MAPIDENTIFICATION.py

index 0fc3ac3c404f5e5e478a9078180ee0888dce9fde..868b61a21db9cf3db9d8eb0a93a76699cd23f58d 100644 (file)
@@ -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)