From 66635ea5de6213a712b5f598453b07eac0aa2789 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 16 Mar 2009 11:15:22 +0000 Subject: [PATCH] *** empty log message *** --- resources/EFICAS_en.xml | 5 ++++- src/EFICASGUI/EFICASGUI.py | 17 ++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/resources/EFICAS_en.xml b/resources/EFICAS_en.xml index ec249a12..21a4839a 100644 --- a/resources/EFICAS_en.xml +++ b/resources/EFICAS_en.xml @@ -16,7 +16,8 @@ - + + @@ -26,6 +27,8 @@ + + diff --git a/src/EFICASGUI/EFICASGUI.py b/src/EFICASGUI/EFICASGUI.py index fdaa8e83..f3ecb1cd 100644 --- a/src/EFICASGUI/EFICASGUI.py +++ b/src/EFICASGUI/EFICASGUI.py @@ -139,11 +139,16 @@ def runEficaspourHomard(): desktop=sgPyQt.getDesktop() eficasSalome.runEficas( "HOMARD" ) -def runEficaspourOpenturns(): - print "runEficas Pour Openturns" +def runEficaspourOpenturnsStudy(): + print "runEficas Pour Openturns Study" desktop=sgPyQt.getDesktop() eficasSalome.runEficas( "OPENTURNS_STUDY" ) +def runEficaspourOpenturnsWrapper(): + print "runEficas Pour Openturns Wrapper" + desktop=sgPyQt.getDesktop() + eficasSalome.runEficas( "OPENTURNS_WRAPPER" ) + def runEficasFichier(version=None): @@ -193,11 +198,13 @@ print "hhhhhhhhhhhhhhhhhhhhhhhhhhhhh" dict_command={ 941:runEficasFichier,# runEficas, - 946:runEficaspourHomard, - 946:runEficaspourOpenturns, + #946:runEficaspourHomard, + 947:runEficaspourOpenturnsStudy, + 948:runEficaspourOpenturnsWrapper, 4041:runEficasFichier, #runEficas, 4046:runEficaspourHomard, - 4047:runEficaspourOpenturns, + 4047:runEficaspourOpenturnsStudy, + 4048:runEficaspourOpenturnsWrapper, 9042:runEficasFichier, 9043:runEficasFichier, 9044:runEficasFichierV9, -- 2.39.2