From: YOANN AUDOUIN Date: Wed, 28 Mar 2018 12:36:22 +0000 (+0200) Subject: Adding postel3d X-Git-Tag: V200520bis~109 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=316c5158c5212b14c216e8883a25f096084a3cee;p=tools%2Feficas.git Adding postel3d --- diff --git a/Telemac/prefs_TELEMAC.py b/Telemac/prefs_TELEMAC.py index 32e7617b..622b68bb 100644 --- a/Telemac/prefs_TELEMAC.py +++ b/Telemac/prefs_TELEMAC.py @@ -58,6 +58,7 @@ cata_telemac = { 'sisyphe': os.path.join(rep_cata, 'sisyphe_cata_auto.py'), 'waqtel': os.path.join(rep_cata, 'waqtel_cata_auto.py'), 'stbtel': os.path.join(rep_cata, 'stbtel_cata_auto.py'), + 'postel3d': os.path.join(rep_cata, 'postel3d_cata_auto.py'), } print(cata_telemac) @@ -69,6 +70,7 @@ translator_telemac = {\ 'sisyphe': os.path.join(rep_cata, 'sisyphe_labelCataToIhm'), 'waqtel': os.path.join(rep_cata, 'waqtel_labelCataToIhm'), 'stbtel': os.path.join(rep_cata, 'stbtel_labelCataToIhm'), + 'postel3d': os.path.join(rep_cata, 'postel3d_labelCataToIhm'), } # catalogues = (\ @@ -82,6 +84,7 @@ catalogues = (\ ('TELEMAC', 'sisyphe', cata_telemac['sisyphe'], 'TELEMAC', 'TELEMAC'), ('TELEMAC', 'waqtel', cata_telemac['waqtel'], 'TELEMAC', 'TELEMAC'), ('TELEMAC', 'stbtel', cata_telemac['stbtel'], 'TELEMAC', 'TELEMAC'), + ('TELEMAC', 'postel3d', cata_telemac['postel3d'], 'TELEMAC', 'TELEMAC'), #('2222D','cas',os.path.join(repIni,'telemac2d_V6_cata.py'),'TELEMAC','TELEMAC'), #('TELEMAC','cas',os.path.join(repIni,'Telemac_Cata.py'),'python','TELEMAC3'), #('YOANN', 'cas', os.path.join(repIni, 'Cata.py'), 'TELEMAC', 'TELEMAC'), @@ -97,5 +100,6 @@ translatorFichier_artemis = translator_telemac['artemis'] translatorFichier_sisyphe = translator_telemac['sisyphe'] translatorFichier_waqtel = translator_telemac['waqtel'] translatorFichier_stbtel = translator_telemac['stbtel'] +translatorFichier_postel3d = translator_telemac['postel3d'] closeFrameRecherche = True differencieSiDefaut = True