]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Adding postel3d
authorYOANN AUDOUIN <B61570@dsp0761867.postes.calibre.edf.fr>
Wed, 28 Mar 2018 12:36:22 +0000 (14:36 +0200)
committerYAUDOUIN <B61570@dsp0897933.atlas.edf.fr>
Fri, 15 Nov 2019 07:40:43 +0000 (08:40 +0100)
Telemac/prefs_TELEMAC.py

index 32e7617b02291eecfa40c3f625230b6738765078..622b68bbd39da6733c6bffc7765a4fea415156e7 100644 (file)
@@ -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