Salome HOME
Modification for new interface of openturns + cleanup
[modules/hydrosolver.git] / src / salome_hydro / pytel / eficas / pytel_cata.py
index 200c552f1cb55b4001b975464d5292eb5f937a5c..db77f20b493e4a6fde07d954569386d640376420 100644 (file)
@@ -27,13 +27,13 @@ PYTEL = PROC(
     nom = "PYTEL", op = None,
     fr = u"Définition d'un cas pour le lanceur Pytel",
     ang = u"Definition of a case for the Pytel launcher",
-    CODE = SIMP(statut = "o", typ = "TXM", into = codelist, defaut = "telemac2d", 
+    CODE = SIMP(statut = "o", typ = "TXM", into = codelist, defaut = "telemac2d",
                 fr = u"Code à exécuter",
                 ang = u"Code to run"),
     FICHIER_CAS = SIMP(statut = "o", typ = 'Fichier',
                        fr = u"Fichier de description du cas",
                        ang = u"Case description file"),
-    REPERTOIRE_TRAVAIL = SIMP(statut = "f", typ = 'Repertoire', 
+    REPERTOIRE_TRAVAIL = SIMP(statut = "f", typ = 'Repertoire',
                               fr = u"Répertoire de travail",
                               ang = u"Working directory"),
 )